Better sync between convo and protocol stores
This commit is contained in:
parent
442cc43b94
commit
fbf91a4d79
10 changed files with 195 additions and 14 deletions
|
@ -175,6 +175,11 @@ export class App extends EventEmitter {
|
|||
);
|
||||
}
|
||||
|
||||
public async unlink(): Promise<void> {
|
||||
const window = await this.getWindow();
|
||||
return window.evaluate('window.SignalCI.unlink()');
|
||||
}
|
||||
|
||||
// EventEmitter types
|
||||
|
||||
public override on(type: 'close', callback: () => void): this;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue