mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-20 00:18:45 +01:00
Drop support for signaling key
This commit is contained in:
@@ -58,8 +58,8 @@ export class User {
|
||||
return this.storage.get('deviceNameEncrypted');
|
||||
}
|
||||
|
||||
public getSignalingKey(): ArrayBuffer | undefined {
|
||||
return this.storage.get('signaling_key');
|
||||
public async removeSignalingKey(): Promise<void> {
|
||||
return this.storage.remove('signaling_key');
|
||||
}
|
||||
|
||||
private _getDeviceIdFromUuid(): string | undefined {
|
||||
|
||||
Reference in New Issue
Block a user