Fix categorised custom emojis missing from the emoji picker (#39421)
Signed-off-by: Hanage999 <hanage999@crazynewworld.net>
This commit is contained in:
parent
01d03d67a8
commit
bdfbc6b3a6
@ -103,7 +103,9 @@ const selectPickerData = createAppSelector(
|
|||||||
categories: [
|
categories: [
|
||||||
'recent',
|
'recent',
|
||||||
'custom',
|
'custom',
|
||||||
...Object.keys(categories).toSorted(),
|
...Object.keys(categories)
|
||||||
|
.toSorted()
|
||||||
|
.map((category) => `custom-${category}`),
|
||||||
...defaultCategories,
|
...defaultCategories,
|
||||||
] as CategoryName[],
|
] as CategoryName[],
|
||||||
};
|
};
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user