feat: reimplement old websocket

This commit is contained in:
Radical 2025-07-20 18:11:08 +02:00
parent a602c2624f
commit 2fb7e7781f
6 changed files with 91 additions and 70 deletions

View file

@ -1,7 +1,7 @@
//! `/api/v1/channels/{uuid}` Channel specific endpoints
pub mod messages;
//pub mod socket;
pub mod socket;
use std::sync::Arc;