mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-24 20:26:24 +00:00
Fix StickerType in sql/Interface and fix query
This commit is contained in:
committed by
Josh Perez
parent
c609389aaf
commit
eb6d1b7216
@@ -91,9 +91,9 @@ export type StickerType = {
|
||||
id: number;
|
||||
packId: string;
|
||||
|
||||
emoji: string;
|
||||
isCoverOnly: string;
|
||||
lastUsed: number;
|
||||
emoji: string | null;
|
||||
isCoverOnly: boolean;
|
||||
lastUsed?: number;
|
||||
path: string;
|
||||
width: number;
|
||||
height: number;
|
||||
|
||||
Reference in New Issue
Block a user