Add back temporarily commented-out modules
This commit is contained in:
parent
0a788c1273
commit
9f93d20a34
@ -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;
|
||||
|
@ -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;
|
||||
|
@ -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;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user