Skip to content

Commit

Permalink
feat(client): 👽 Implement new Instance values
Browse files Browse the repository at this point in the history
  • Loading branch information
CPlusPatch committed Dec 9, 2024
1 parent 026aa76 commit 39f15a7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions client/types/instance.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,11 @@ export type Instance = {
video_matrix_limit: number;
max_description_characters: number;
};
emojis: {
emoji_size_limit: number;
max_emoji_shortcode_characters: number;
max_emoji_description_characters: number;
};
polls: {
max_characters_per_option: number;
max_expiration: number;
Expand Down

0 comments on commit 39f15a7

Please sign in to comment.