Skip to content

Commit

Permalink
Merge pull request #10182 from nextcloud/backport/10180/stable27
Browse files Browse the repository at this point in the history
[stable27] fix(desktop): fix disabling avatar menu for desktop
  • Loading branch information
ShGKme authored Aug 11, 2023
2 parents 36583bc + e8d7bfd commit 03ce692
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/MessagesList/MessagesGroup/AuthorAvatar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 03ce692

Please sign in to comment.