mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-24 10:28:03 +01:00
Don't forget to cleanup in-memory sticker pack
This commit is contained in:
@@ -1497,9 +1497,7 @@ async function addStickerPackReference(messageId: string, packId: string) {
|
||||
await channels.addStickerPackReference(messageId, packId);
|
||||
}
|
||||
async function deleteStickerPackReference(messageId: string, packId: string) {
|
||||
const paths = await channels.deleteStickerPackReference(messageId, packId);
|
||||
|
||||
return paths;
|
||||
return channels.deleteStickerPackReference(messageId, packId);
|
||||
}
|
||||
async function deleteStickerPack(packId: string) {
|
||||
const paths = await channels.deleteStickerPack(packId);
|
||||
|
||||
Reference in New Issue
Block a user