Let users customize the preferred reaction palette
This commit is contained in:
parent
7a5385e00a
commit
f28456c160
38 changed files with 1788 additions and 124 deletions
|
@ -29,6 +29,8 @@ export type ItemsStateType = {
|
|||
readonly defaultConversationColor?: DefaultConversationColorType;
|
||||
|
||||
readonly customColors?: CustomColorsItemType;
|
||||
|
||||
readonly preferredReactionEmoji?: Array<string>;
|
||||
};
|
||||
|
||||
// Actions
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue