mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-24 20:26:24 +00:00
Add PNI endpoints to WebAPI
This commit is contained in:
@@ -375,7 +375,7 @@ export class SignalProtocolStore extends EventsMixin {
|
||||
const id: PreKeyIdType = `${ourUuid.toString()}:${keyId}`;
|
||||
|
||||
try {
|
||||
this.trigger('removePreKey');
|
||||
this.trigger('removePreKey', ourUuid);
|
||||
} catch (error) {
|
||||
log.error(
|
||||
'removePreKey error triggering removePreKey:',
|
||||
|
||||
Reference in New Issue
Block a user