Fetch existing private message channels on re-joining

This commit is contained in:
Dean Herbert
2020-06-08 17:49:45 +09:00
parent 5f6c35a577
commit 712fd6a944
4 changed files with 73 additions and 11 deletions

View File

@ -84,7 +84,8 @@ namespace osu.Game.Online.Chat
public long? LastReadId;
/// <summary>
/// Signalles if the current user joined this channel or not. Defaults to false.
/// Signals if the current user joined this channel or not. Defaults to false.
/// Note that this does not guarantee a join has completed. Check Id > 0 for confirmation.
/// </summary>
public Bindable<bool> Joined = new Bindable<bool>();