Remove useless constructor keyword.
This commit is contained in:
committed by
Benoit Marty
parent
e0a9e550f6
commit
b0872d9b58
@@ -33,7 +33,7 @@ data class InviteListInviteSummary(
|
||||
val isNew: Boolean = false,
|
||||
)
|
||||
|
||||
data class InviteSender constructor(
|
||||
data class InviteSender(
|
||||
val userId: UserId,
|
||||
val displayName: String,
|
||||
val avatarData: AvatarData = AvatarData(userId.value, displayName, size = AvatarSize.InviteSender),
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
|
||||
package io.element.android.features.login.impl.resolver
|
||||
|
||||
data class HomeserverData constructor(
|
||||
data class HomeserverData(
|
||||
// The computed homeserver url, for which a wellknown file has been retrieved, or just a valid Url
|
||||
val homeserverUrl: String,
|
||||
// True if a wellknown file has been found and is valid. If false, it means that the [homeserverUrl] is valid
|
||||
|
||||
Reference in New Issue
Block a user