mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-05-01 13:51:09 +01:00
Support additional sticker states
Co-authored-by: scott@signal.org Co-authored-by: ken@signal.org
This commit is contained in:
committed by
Scott Nonnenberg
parent
41880cfe66
commit
be5d0837f8
2
js/modules/data.d.ts
vendored
2
js/modules/data.d.ts
vendored
@@ -8,7 +8,7 @@ export function updateStickerLastUsed(
|
||||
): Promise<void>;
|
||||
export function updateStickerPackStatus(
|
||||
packId: string,
|
||||
status: 'advertised' | 'installed' | 'error' | 'pending',
|
||||
status: 'known' | 'downloaded' | 'installed' | 'error' | 'pending',
|
||||
options?: { timestamp: number }
|
||||
): Promise<void>;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user