You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-07 10:46:24 +03:00
Make emoji skins type more specific
Signed-off-by: Robin Townsend <robin@robin.town>
This commit is contained in:
@@ -25,7 +25,7 @@ export interface IEmoji {
|
||||
shortcodes: string[];
|
||||
tags?: string[];
|
||||
unicode: string;
|
||||
skins?: any[]; // Currently unused
|
||||
skins?: Omit<IEmoji, "shortcodes">[]; // Currently unused
|
||||
emoticon?: string;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user