Fix extraneous call to cleanupCallHistoryMessages
Co-authored-by: ayumi-signal <143036029+ayumi-signal@users.noreply.github.com>
This commit is contained in:
parent
e0b4cda82d
commit
481abe09b8
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…
Add table
Reference in a new issue