mirror of
https://github.com/nextcloud/talk-android
synced 2025-03-06 14:27:24 +00: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
@ -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 New Issue
Block a user