fix(client): 👽 Add global field to emojis

This commit is contained in:
Jesse Wierzbinski 2024-11-29 21:47:53 +01:00
parent 84413129c6
commit c16b9a9cec
No known key found for this signature in database

View file

@ -5,4 +5,5 @@ export type Emoji = {
url: string; url: string;
visible_in_picker: boolean; visible_in_picker: boolean;
category?: string; category?: string;
global: boolean;
}; };