diff --git a/VERSION b/VERSION index 22a3057d2..46448c71b 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.56.9 +0.57.0 diff --git a/protocol/messenger.go b/protocol/messenger.go index 5393fef85..c944206f0 100644 --- a/protocol/messenger.go +++ b/protocol/messenger.go @@ -3158,7 +3158,6 @@ func (m *Messenger) RemovePushNotificationServer(ctx context.Context, publicKey // UnregisterFromPushNotifications unregister from any server func (m *Messenger) UnregisterFromPushNotifications(ctx context.Context) error { - return m.pushNotificationClient.Unregister() }