mirror of
https://github.com/nextcloud/talk-android
synced 2025-06-20 12:09:45 +01:00
Now the 'can ignore lobby' permission is respected. The 'ChatController' has now a property of the type 'ParticipantPermissions' because it's needed multiple times. The property will be updated in 'ChatController#getRoomInfo' if the conversation is protected by a lobby. The function 'Conversation#shouldShowLobby' is removed in this commit. 'Conversation' is a pure model class to hold the plain JSON response. The logic is moved into the already existing function 'ChatController#shouldShowLobby'. Resolves: #1783 Signed-off-by: Tim Krüger <t@timkrueger.me> |
||
---|---|---|
.. | ||
base | ||
bottomsheet | ||
util | ||
AccountVerificationController.kt | ||
ChatController.kt | ||
ContactsController.kt | ||
ConversationInfoController.kt | ||
ConversationsListController.kt | ||
GeocodingController.kt | ||
LocationPickerController.kt | ||
LockedController.kt | ||
ProfileController.kt | ||
RingtoneSelectionController.kt | ||
ServerSelectionController.kt | ||
SettingsController.kt | ||
SwitchAccountController.kt | ||
WebViewLoginController.kt |