mirror of
https://github.com/oxen-io/session-android.git
synced 2025-12-03 12:12:20 +00:00
Deprecate usage of the signaling key.
This commit is contained in:
@@ -620,10 +620,6 @@ public class TextSecurePreferences {
|
||||
setStringPreference(context, GCM_PASSWORD_PREF, password);
|
||||
}
|
||||
|
||||
public static void setSignalingKey(Context context, String signalingKey) {
|
||||
setStringPreference(context, SIGNALING_KEY_PREF, signalingKey);
|
||||
}
|
||||
|
||||
public static String getSignalingKey(Context context) {
|
||||
return getStringPreference(context, SIGNALING_KEY_PREF, null);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user