Deprecate usage of the signaling key.

This commit is contained in:
Greyson Parrelli
2019-01-17 15:36:53 -08:00
parent 57ef0e9024
commit e6b4249cf3
4 changed files with 11 additions and 10 deletions

View File

@@ -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);
}