Merge remote-tracking branch 'upstream/develop' into fix/focus-composer-reaction/11023
This commit is contained in:
commit
14687f3630
96 changed files with 269 additions and 499 deletions
|
@ -33,7 +33,7 @@ export const EMOJI_HEIGHT = 37;
|
|||
export const EMOJIS_PER_ROW = 8;
|
||||
|
||||
interface IProps {
|
||||
selectedEmojis: Set<string>;
|
||||
selectedEmojis?: Set<string>;
|
||||
showQuickReactions?: boolean;
|
||||
onChoose(unicode: string): boolean;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue