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