Browse Source

re-add interface break to IPresence

pull/1247/head
Chris Johnston 6 years ago
parent
commit
830db4048f
1 changed files with 1 additions and 2 deletions
  1. +1
    -2
      src/Discord.Net.Core/Entities/Users/IPresence.cs

+ 1
- 2
src/Discord.Net.Core/Entities/Users/IPresence.cs View File

@@ -18,7 +18,6 @@ namespace Discord
/// <summary>
/// Gets the set of clients where this user is currently active.
/// </summary>
// TODO: Un-comment ActiveClients definition in IPresence for next breaking update
// IImmutableSet<ClientType> ActiveClients { get; }
IImmutableSet<ClientType> ActiveClients { get; }
}
}

Loading…
Cancel
Save