mirror of
https://github.com/nextcloud/talk-android.git
synced 2024-11-21 20:45:29 +03:00
remove unused code
Signed-off-by: sowjanyakch <sowjanya.kch@gmail.com>
This commit is contained in:
parent
013195465c
commit
e5802d70f3
1 changed files with 0 additions and 6 deletions
|
@ -14,12 +14,6 @@ interface ConversationsRepository {
|
||||||
|
|
||||||
suspend fun allowGuests(token: String, allow: Boolean): GenericOverall
|
suspend fun allowGuests(token: String, allow: Boolean): GenericOverall
|
||||||
|
|
||||||
data class PasswordResult(
|
|
||||||
val passwordSet: Boolean,
|
|
||||||
val passwordIsWeak: Boolean,
|
|
||||||
val message: String
|
|
||||||
)
|
|
||||||
|
|
||||||
data class ResendInvitationsResult(
|
data class ResendInvitationsResult(
|
||||||
val successful: Boolean
|
val successful: Boolean
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in a new issue