Add glitch-toc emoji_reaction support
This commit is contained in:
parent
fec0f7e009
commit
5a638a9551
16 changed files with 50 additions and 9 deletions
|
@ -102,6 +102,7 @@ export const connectTimelineStream = (timelineId, channelName, params = {}, opti
|
|||
dispatch(updateNotifications(JSON.parse(data.payload), messages, locale));
|
||||
break;
|
||||
case 'emoji_reaction':
|
||||
// @ts-expect-error
|
||||
dispatch(updateEmojiReactions(JSON.parse(data.payload), getState().getIn(['meta', 'me'])));
|
||||
break;
|
||||
case 'conversation':
|
||||
|
|
|
@ -400,7 +400,7 @@
|
|||
"not_signed_in_indicator.not_signed_in": "この機能を使うにはログインする必要があります。",
|
||||
"notification.admin.report": "{name}さんが{target}さんを通報しました",
|
||||
"notification.admin.sign_up": "{name}さんがサインアップしました",
|
||||
"notification.emoji_reaction": "{name}さんがあなたの投稿に絵文字をつけました",
|
||||
"notification.emoji_reaction": "{name}さんがあなたの投稿にスタンプをつけました",
|
||||
"notification.favourite": "{name}さんがあなたの投稿をお気に入りに登録しました",
|
||||
"notification.follow": "{name}さんにフォローされました",
|
||||
"notification.follow_request": "{name}さんがあなたにフォローリクエストしました",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue