New Feature: Add server-side channel unreads.

This commit is contained in:
Paul
2021-06-16 23:24:31 +01:00
parent d2b17b64e7
commit 4727f997ed
14 changed files with 133 additions and 10 deletions

View File

@@ -1,5 +1,6 @@
use rocket::Route;
mod channel_ack;
mod delete_channel;
mod edit_channel;
mod fetch_channel;
@@ -18,6 +19,7 @@ mod message_send;
pub fn routes() -> Vec<Route> {
routes![
channel_ack::req,
fetch_channel::req,
fetch_members::req,
delete_channel::req,