Browse Source
Merge pull request #10180 from nextcloud/fix/disabling-avatar-menu-in-desktop
fix(desktop): fix disabling avatar menu for desktop
pull/10194/head
Joas Schilling
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
src/components/MessagesList/MessagesGroup/AuthorAvatar.vue
|
|
@ -97,7 +97,7 @@ export default { |
|
|
|
// NcAvatarMenu doesn't work on Desktop |
|
|
|
// See: https://github.com/nextcloud/talk-desktop/issues/34 |
|
|
|
if (IS_DESKTOP) { |
|
|
|
return false |
|
|
|
return true |
|
|
|
} |
|
|
|
// disable the menu if accessing the conversation as guest |
|
|
|
// or the message sender is a bridged user |
|
|
|