Update: Text Channel Stuff
Bugs: Files don't work Bugs: Video In-Line don't work Added: idk, everything?
This commit is contained in:
@@ -14,6 +14,7 @@ var cryptoService = new ChannelCryptoService();
|
||||
await using var db = await surrealService.ConnectAsync();
|
||||
|
||||
ChatSocketBehavior.ClientKeyService = new ClientKeyService(db);
|
||||
ChatSocketBehavior.PermissionService = new PermissionService(db);
|
||||
ChatSocketBehavior.Db = db;
|
||||
ChatSocketBehavior.ChannelCryptoService = cryptoService;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user