mirror of
https://github.com/ppy/osu
synced 2025-01-20 04:50:50 +00: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>
|
/// <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()
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user