mirror of
https://git.ngram.ca/OpenJam/rc-servers
synced 2026-08-23 23:08:52 +00:00
Add social server and implement all op codes up until chat room connection blocks further requests
This commit is contained in:
3
rc_chat/src/operations/mod.rs
Normal file
3
rc_chat/src/operations/mod.rs
Normal file
@@ -0,0 +1,3 @@
|
||||
pub fn handler() -> polariton_server::operations::OperationsHandler<crate::UserTy> {
|
||||
polariton_server::operations::OperationsHandler::new()
|
||||
}
|
||||
Reference in New Issue
Block a user