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> /// <summary>
/// Sends an acknowledgement request to the API. /// 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. /// 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> /// </summary>
public void SendAck() public void SendAck()
{ {