Skip to content

Commit

Permalink
Subtles can now only be seen by people with PII permission.
Browse files Browse the repository at this point in the history
  • Loading branch information
sleepyyapril committed Jan 17, 2025
1 parent 7164303 commit 6dfbaf1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -560,7 +560,7 @@ private void UpdateChannelPermissions()
CanSendChannels |= ChatSelectChannel.Dead;
}

if (_admin.HasFlag(AdminFlags.Admin) && _ghost is { IsGhost: true })
if (_admin.HasFlag(AdminFlags.Pii) && _ghost is { IsGhost: true })
{
FilterableChannels |= ChatChannel.Subtle;
}
Expand Down

0 comments on commit 6dfbaf1

Please sign in to comment.