Allow to retreive profile updates after removing contact

This commit is contained in:
Roman Volosovskyi 2021-09-15 11:00:19 +03:00
parent 3daba8c247
commit cef8ec2508
No known key found for this signature in database
GPG Key ID: 0238A4B5ECEE70DE
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
0.88.1
0.88.2

View File

@ -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