mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-23 01:48:13 +01:00
Don't forget to cleanup in-memory sticker pack
This commit is contained in:
@@ -796,7 +796,7 @@ export async function deletePackReference(
|
||||
const paths = await Data.deleteStickerPackReference(messageId, packId);
|
||||
|
||||
// If we don't get a list of paths back, then the sticker pack was not deleted
|
||||
if (!paths || !paths.length) {
|
||||
if (!paths) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user