Skip to content

Commit

Permalink
Allow to retreive profile updates after removing contact
Browse files Browse the repository at this point in the history
  • Loading branch information
rasom committed Sep 24, 2021
1 parent 3daba8c commit cef8ec2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.88.1
0.88.2
2 changes: 1 addition & 1 deletion protocol/messenger_chats.go
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,7 @@ func (m *Messenger) deactivateChat(chatID string) (*MessengerResponse, error) {

// We re-register as our options have changed and we don't want to
// receive PN from mentions in this chat anymore
if chat.Public() {
if chat.Public() || chat.ProfileUpdates() {
err := m.reregisterForPushNotifications()
if err != nil {
return nil, err
Expand Down

0 comments on commit cef8ec2

Please sign in to comment.