Fix not shown announcements in hometimeline. (#25251)
parent
a8310b15ed
commit
a6c898f501
|
@ -138,7 +138,7 @@ export function normalizePollOptionTranslation(translation, poll) {
|
|||
|
||||
export function normalizeAnnouncement(announcement) {
|
||||
const normalAnnouncement = { ...announcement };
|
||||
const emojiMap = makeEmojiMap.emojis(normalAnnouncement);
|
||||
const emojiMap = makeEmojiMap(normalAnnouncement.emojis);
|
||||
|
||||
normalAnnouncement.contentHtml = emojify(normalAnnouncement.content, emojiMap);
|
||||
|
||||
|
|
Reference in New Issue