Initialize Channel.Members' stale flag
This commit is contained in:
@@ -80,7 +80,8 @@ namespace Discord
|
||||
ServerId = serverId;
|
||||
RecipientId = recipientId;
|
||||
_messages = new ConcurrentDictionary<string, bool>();
|
||||
}
|
||||
_areMembersStale = true;
|
||||
}
|
||||
|
||||
internal void Update(API.ChannelReference model)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user