mirror of
https://github.com/nextcloud/talk-android.git
synced 2024-11-23 13:35:33 +03:00
update permissions in getRoomInfo
so they are updated on the fly.. Signed-off-by: Marcel Hibbe <dev@mhibbe.de>
This commit is contained in:
parent
be29459955
commit
7c4e7c22df
1 changed files with 4 additions and 1 deletions
|
@ -343,8 +343,11 @@ class ChatController(args: Bundle) :
|
|||
" sessionId: " + currentConversation?.sessionId
|
||||
)
|
||||
loadAvatarForStatusBar()
|
||||
|
||||
setTitle()
|
||||
|
||||
hasChatPermission =
|
||||
AttendeePermissionsUtil(currentConversation!!.permissions).hasChatPermission(conversationUser)
|
||||
|
||||
try {
|
||||
setupMentionAutocomplete()
|
||||
checkShowCallButtons()
|
||||
|
|
Loading…
Reference in a new issue