From 644fea66867dd8f7ec00597038c532e8e84e3d2c Mon Sep 17 00:00:00 2001 From: KMY Date: Wed, 1 Mar 2023 07:26:04 +0900 Subject: [PATCH] Add emoji reaction view to mention notification --- .../mastodon/features/notifications/components/notification.jsx | 1 - 1 file changed, 1 deletion(-) diff --git a/app/javascript/mastodon/features/notifications/components/notification.jsx b/app/javascript/mastodon/features/notifications/components/notification.jsx index b328155f82..d8f77d4700 100644 --- a/app/javascript/mastodon/features/notifications/components/notification.jsx +++ b/app/javascript/mastodon/features/notifications/components/notification.jsx @@ -179,7 +179,6 @@ class Notification extends ImmutablePureComponent { cachedMediaWidth={this.props.cachedMediaWidth} cacheMediaWidth={this.props.cacheMediaWidth} unread={this.props.unread} - withoutEmojiReactions={true} /> ); }