Added stores for connections. Added requests for groups, group chatters, group permissions & connections. Using TTS Voice State store.
This commit is contained in:
@@ -7,7 +7,7 @@ namespace HermesSocketServer.Store
|
||||
{
|
||||
public class GroupStore : AutoSavedStore<string, Group>
|
||||
{
|
||||
private static readonly string[] AUTO_GENERATED_GROUP_NAMES = ["everyone", "subscribers", "vip", "moderators", "broadcaster"];
|
||||
public static readonly string[] AUTO_GENERATED_GROUP_NAMES = ["everyone", "subscribers", "vip", "moderators", "broadcaster"];
|
||||
|
||||
private IDictionary<string, ChatterGroupStore> _chatters;
|
||||
private readonly string _userId;
|
||||
|
||||
Reference in New Issue
Block a user