1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-13 12:53:11 +08:00

Expand on why call needs to be made every 10 minutes

This commit is contained in:
Dean Herbert 2022-11-12 22:24:27 +09:00
parent 6a3665a6fd
commit bfb939cbd0

View File

@ -393,7 +393,7 @@ namespace osu.Game.Online.Chat
/// <summary>
/// Sends an acknowledgement request to the API.
/// This marks the user as online to receive messages from public channels, while also returning a list of silenced users.
/// It needs to be called at least once every 10 minutes.
/// It needs to be called at least once every 10 minutes to remain visibly marked as online.
/// </summary>
public void SendAck()
{