mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-25 10:58:19 +01:00
Switch from Tenor to Giphy for GIF search
This commit is contained in:
@@ -1324,7 +1324,7 @@ type WritableInterface = {
|
||||
updateEmojiUsage: (shortName: string, timeUsed?: number) => void;
|
||||
|
||||
addRecentGif: (gif: GifType, lastUsedAt: number, maxRecents: number) => void;
|
||||
removeRecentGif: (gif: Pick<GifType, 'id'>) => void;
|
||||
removeRecentGif: (gif: GifType['id']) => void;
|
||||
|
||||
updateOrCreateBadges(badges: ReadonlyArray<BadgeType>): void;
|
||||
badgeImageFileDownloaded(url: string, localPath: string): void;
|
||||
|
||||
Reference in New Issue
Block a user