remove unused code

Signed-off-by: sowjanyakch <sowjanya.kch@gmail.com>
This commit is contained in:
sowjanyakch 2024-11-18 10:22:51 +01:00 committed by Marcel Hibbe
parent 013195465c
commit e5802d70f3
No known key found for this signature in database
GPG key ID: C793F8B59F43CE7B

View file

@ -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
) )