Skip to content

Commit

Permalink
馃洜 Minor badge fix
Browse files Browse the repository at this point in the history
  • Loading branch information
RomaricMourgues committed Oct 3, 2022
1 parent cf569f3 commit 369a871
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ export default (props: Props): JSX.Element => {
mentions={
notifications.filter(
n =>
n.mention_type === null ||
!n.mention_type ||
(n.mention_type === 'me' &&
['mentions', 'me', 'all'].includes(channel.user_member?.notification_level || '')) ||
(n.mention_type === 'global' &&
Expand Down

0 comments on commit 369a871

Please sign in to comment.