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:
parent
6a3665a6fd
commit
bfb939cbd0
@ -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()
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user