Allow to retreive profile updates after removing contact
This commit is contained in:
parent
3daba8c247
commit
cef8ec2508
|
@ -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
|
// We re-register as our options have changed and we don't want to
|
||||||
// receive PN from mentions in this chat anymore
|
// receive PN from mentions in this chat anymore
|
||||||
if chat.Public() {
|
if chat.Public() || chat.ProfileUpdates() {
|
||||||
err := m.reregisterForPushNotifications()
|
err := m.reregisterForPushNotifications()
|
||||||
if err != nil {
|
if err != nil {
|
||||||
return nil, err
|
return nil, err
|
||||||
|
|
Loading…
Reference in New Issue