Add emoji reaction view to mention notification

This commit is contained in:
KMY 2023-03-01 07:26:04 +09:00
parent c03b7702f8
commit 644fea6686

View file

@ -179,7 +179,6 @@ class Notification extends ImmutablePureComponent {
cachedMediaWidth={this.props.cachedMediaWidth}
cacheMediaWidth={this.props.cacheMediaWidth}
unread={this.props.unread}
withoutEmojiReactions={true}
/>
);
}