Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions src/services/chat/mod.rs
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
#[allow(non_upper_case_globals)]
pub mod master_tag {
pub const Channel: &str = "chat:masterTag:Channel";
pub const Thread: &str = "chat:masterTag:Thread";
}

#[allow(non_upper_case_globals)]
pub const chatId: &str = "chat";
1 change: 1 addition & 0 deletions src/services/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@

pub mod account;
pub mod card;
pub mod chat;
pub mod core;
pub mod event;
pub mod jwt;
Expand Down