mirror of
https://github.com/nextcloud/talk-android
synced 2025-02-02 20:53:09 +00:00
allow to show "forward" option in chats with restricted permission
this reverts one condition from commit b603031
. I can't think about any reason why "forward" should be hidden.
Signed-off-by: Marcel Hibbe <dev@mhibbe.de>
This commit is contained in:
parent
a1b7a52b24
commit
681dbfa025
@ -83,8 +83,7 @@ class MessageActionsDialog(
|
||||
)
|
||||
initMenuDeleteMessage(showMessageDeletionButton)
|
||||
initMenuForwardMessage(
|
||||
hasChatPermission &&
|
||||
ChatMessage.MessageType.REGULAR_TEXT_MESSAGE == message.getMessageType() &&
|
||||
ChatMessage.MessageType.REGULAR_TEXT_MESSAGE == message.getMessageType() &&
|
||||
!(message.isDeletedCommentMessage || message.isDeleted)
|
||||
)
|
||||
initMenuMarkAsUnread(
|
||||
|
Loading…
Reference in New Issue
Block a user