feat: add admin channel wipe endpoint

This commit is contained in:
İspik
2026-06-13 11:33:23 +03:00
parent e48d92c635
commit 05bceb6d4a
8 changed files with 86 additions and 1 deletions

View File

@@ -282,6 +282,16 @@ pub enum EventV1 {
id: String,
},
/// Channel wiped
///
/// Clients should remove all associated data:
/// - Messages
/// - Unreads
/// - Voice States
ChannelWipe {
id: String,
},
/// User joins a group
ChannelGroupJoin {
id: String,