feat(delta): rewrite channel / message fetch

This commit is contained in:
Paul Makles
2023-09-03 18:27:21 +01:00
parent aa7c75c60e
commit 98b8c5403b
4 changed files with 82 additions and 24 deletions

View File

@@ -30,7 +30,7 @@ mod webhook_fetch_all;
pub fn routes() -> (Vec<Route>, OpenApi) {
openapi_get_routes_spec![
channel_ack::req,
channel_fetch::req,
channel_fetch::fetch_channel,
members_fetch::req,
channel_delete::req,
channel_edit::req,