mirror of
https://github.com/oxen-io/session-android.git
synced 2024-11-27 20:15:21 +00:00
Force users to re-register on new PN server
This commit is contained in:
parent
26a1738d55
commit
5fa7873f78
@ -189,7 +189,7 @@ public class TextSecurePreferences {
|
||||
// region FCM
|
||||
private static final String IS_USING_FCM = "pref_is_using_fcm";
|
||||
private static final String FCM_TOKEN = "pref_fcm_token";
|
||||
private static final String LAST_FCM_TOKEN_UPLOAD_TIME = "pref_last_fcm_token_upload_time";
|
||||
private static final String LAST_FCM_TOKEN_UPLOAD_TIME = "pref_last_fcm_token_upload_time_2";
|
||||
private static final String HAS_SEEN_PN_MODE_SHEET = "pref_has_seen_pn_mode_sheet";
|
||||
|
||||
public static boolean isUsingFCM(Context context) {
|
||||
|
Loading…
Reference in New Issue
Block a user