mirror of
https://github.com/signalapp/Signal-Server
synced 2026-03-03 05:18:16 +00:00
Reset voip apn id as well when we get an unregister event
// FREEBIE
This commit is contained in:
@@ -141,6 +141,7 @@ public class APNSender implements Managed {
|
||||
{
|
||||
logger.info("APN Unregister timestamp matches!");
|
||||
device.get().setApnId(null);
|
||||
device.get().setVoipApnId(null);
|
||||
device.get().setFetchesMessages(false);
|
||||
accountsManager.update(account.get());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user