1
0
mirror of https://github.com/ppy/osu.git synced 2025-02-15 08:13:15 +08:00

Change comment

This commit is contained in:
Craftplacer 2020-02-07 16:52:53 +01:00
parent dd86443264
commit 41915df1f3

View File

@ -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;