Fix extraneous call to cleanupCallHistoryMessages
This commit is contained in:
parent
a57d5582f0
commit
568e31a7bf
1 changed files with 0 additions and 1 deletions
|
@ -8,7 +8,6 @@ import { strictAssert } from '../util/assert';
|
|||
let callLinksData: ReadonlyArray<CallLinkType>;
|
||||
|
||||
export async function loadCallLinks(): Promise<void> {
|
||||
await dataInterface.cleanupCallHistoryMessages();
|
||||
callLinksData = await dataInterface.getAllCallLinks();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue