mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-03-17 19:58:57 +03:00
using correct label for the avatar capability debug override
This commit is contained in:
parent
4b9b177104
commit
ab9e4405ce
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ class DebugPrivateSettingsViewModel @AssistedInject constructor(
|
|||
val activeAvatarOption = BooleanHomeserverCapabilitiesOverride.from(it.canChangeAvatar)
|
||||
copy(homeserverCapabilityOverrides = homeserverCapabilityOverrides.copy(
|
||||
displayName = homeserverCapabilityOverrides.displayName.copy(activeOption = activeDisplayNameOption),
|
||||
avatar = homeserverCapabilityOverrides.displayName.copy(activeOption = activeAvatarOption),
|
||||
avatar = homeserverCapabilityOverrides.avatar.copy(activeOption = activeAvatarOption),
|
||||
))
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue