parent
a58a3f9d97
commit
4a9f549dd2
3 changed files with 15 additions and 10 deletions
|
@ -105,7 +105,7 @@ export const connectTimelineStream = (timelineId, channelName, params = {}, opti
|
|||
break;
|
||||
case 'emoji_reaction':
|
||||
// @ts-expect-error
|
||||
dispatch(updateEmojiReactions(JSON.parse(data.payload), getState().getIn(['meta', 'me'])));
|
||||
dispatch(updateEmojiReactions(JSON.parse(data.payload)));
|
||||
break;
|
||||
case 'conversation':
|
||||
// @ts-expect-error
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue