Groups: On log fetch error from current revision, use joined_at_version
This commit is contained in:
parent
78a95c23bb
commit
a435b21a56
7 changed files with 92 additions and 32 deletions
|
@ -184,6 +184,10 @@ export class App extends EventEmitter {
|
|||
return this.waitForEvent('unlinkCleanupComplete');
|
||||
}
|
||||
|
||||
public async waitForConversationOpenComplete(): Promise<void> {
|
||||
return this.waitForEvent('conversationOpenComplete');
|
||||
}
|
||||
|
||||
// EventEmitter types
|
||||
|
||||
public override on(type: 'close', callback: () => void): this;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue