feat: implement /event (#144)

Merge branch 'master' into event-route

Event: Implement /event

Co-authored-by: the0 <theo@localhost>
Reviewed-on: https://git.koesters.xyz/timo/conduit/pulls/144
Reviewed-by: Timo Kösters <timo@koesters.xyz>
This commit is contained in:
the0 2020-07-11 14:08:37 +02:00 committed by Timo Kösters
parent b03d030b71
commit 469071e105
2 changed files with 31 additions and 1 deletions

View file

@ -36,6 +36,7 @@ fn setup_rocket() -> rocket::Rocket {
client_server::get_pushrules_all_route,
client_server::set_pushrule_route,
client_server::set_pushrule_enabled_route,
client_server::get_room_event_route,
client_server::get_filter_route,
client_server::create_filter_route,
client_server::set_global_account_data_route,