Add back temporarily commented-out modules

This commit is contained in:
Jonas Platte 2020-06-11 22:30:58 +02:00
parent 0a788c1273
commit 9f93d20a34
No known key found for this signature in database
GPG Key ID: 7D261D771D915378
3 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
//! Enpoints for sending and receiving messages
pub mod create_message_event;
//pub mod get_message_events;
pub mod get_message_events;

View File

@ -6,7 +6,7 @@ use serde::{Deserialize, Serialize};
use strum::{Display, EnumString};
pub mod delete_pushrule;
//pub mod get_notifications;
pub mod get_notifications;
pub mod get_pushers;
pub mod get_pushrule;
pub mod get_pushrule_actions;

View File

@ -1,7 +1,7 @@
//! Endpoints for room management.
pub mod create_room;
//pub mod get_room_event;
pub mod get_room_event;
pub mod report_content;
pub mod upgrade_room;