mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-23 20:00:00 +00:00
makeLookup: Allow for key of zero
This commit is contained in:
@@ -169,6 +169,7 @@ export type DataInterface = {
|
||||
getRecentStickers: (options?: {
|
||||
limit?: number;
|
||||
}) => Promise<Array<StickerType>>;
|
||||
clearAllErrorStickerPackAttempts: () => Promise<void>;
|
||||
|
||||
updateEmojiUsage: (shortName: string, timeUsed?: number) => Promise<void>;
|
||||
getRecentEmojis: (limit?: number) => Promise<Array<EmojiType>>;
|
||||
|
||||
Reference in New Issue
Block a user