mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-26 11:28:08 +01:00
Don't forget to cleanup in-memory sticker pack
This commit is contained in:
@@ -390,7 +390,7 @@ export type DataInterface = {
|
||||
deleteStickerPackReference: (
|
||||
messageId: string,
|
||||
packId: string
|
||||
) => Promise<Array<string>>;
|
||||
) => Promise<ReadonlyArray<string> | undefined>;
|
||||
getStickerCount: () => Promise<number>;
|
||||
deleteStickerPack: (packId: string) => Promise<Array<string>>;
|
||||
getAllStickerPacks: () => Promise<Array<StickerPackType>>;
|
||||
|
||||
Reference in New Issue
Block a user