mirror of
https://github.com/nextcloud/talk-android.git
synced 2024-11-23 21:45:42 +03:00
d0c86ec619
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> |
||
---|---|---|
.. | ||
schemas/com.nextcloud.talk.data.source.local.TalkDatabase | ||
src | ||
build.gradle | ||
lint.xml | ||
proguard-rules.pro |