Do not send if unregistered.

This commit is contained in:
Greyson Parrelli
2021-05-25 12:21:13 -04:00
parent b9b2924939
commit 54f92ae466
35 changed files with 196 additions and 6 deletions

View File

@@ -0,0 +1,9 @@
package org.thoughtcrime.securesms.net;
import java.io.IOException;
/**
* An exception that can be thrown when the local user is no longer registered.
*/
public final class NotPushRegisteredException extends IOException {
}