mirror of
https://github.com/osukey/osukey.git
synced 2025-08-04 07:06:35 +09:00
Change comment
This commit is contained in:
@ -96,7 +96,8 @@ namespace osu.Game.Online.Chat
|
||||
if (message.Sender.Id == localUser.Value.Id)
|
||||
continue;
|
||||
|
||||
// check for private messages first, if true, skip checking mentions to prevent duplicate notifications about the same message.
|
||||
// check for private messages first,
|
||||
// to avoid both posting two notifications about the same message
|
||||
if (checkForPMs(channel, message))
|
||||
continue;
|
||||
|
||||
|
Reference in New Issue
Block a user