Browse Source

Initialize Channel.Members' stale flag

tags/docs-0.9
RogueException 9 years ago
parent
commit
1f548d2305
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      src/Discord.Net/Models/Channel.cs

+ 2
- 1
src/Discord.Net/Models/Channel.cs View File

@@ -80,7 +80,8 @@ namespace Discord
ServerId = serverId;
RecipientId = recipientId;
_messages = new ConcurrentDictionary<string, bool>();
}
_areMembersStale = true;
}

internal void Update(API.ChannelReference model)
{


Loading…
Cancel
Save