mirror of
https://github.com/cinnyapp/cinny.git
synced 2025-11-05 06:50:28 +03:00
Fix emoji and other related bugs (#1504)
* make system-emoji default & twitter emoji optional * add mozilla twemoji-colr credit * fix wrong audio duration * set locales to empty in member count millify * render system emoji as same size of custom emoji
This commit is contained in:
parent
2957a45c4b
commit
f53bb28b66
10 changed files with 78 additions and 41 deletions
|
|
@ -9,7 +9,7 @@ export interface Settings {
|
|||
useSystemTheme: boolean;
|
||||
isMarkdown: boolean;
|
||||
editorToolbar: boolean;
|
||||
useSystemEmoji: boolean;
|
||||
twitterEmoji: boolean;
|
||||
|
||||
isPeopleDrawer: boolean;
|
||||
memberSortFilterIndex: number;
|
||||
|
|
@ -30,7 +30,7 @@ const defaultSettings: Settings = {
|
|||
useSystemTheme: true,
|
||||
isMarkdown: false,
|
||||
editorToolbar: false,
|
||||
useSystemEmoji: false,
|
||||
twitterEmoji: false,
|
||||
|
||||
isPeopleDrawer: true,
|
||||
memberSortFilterIndex: 0,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue