This commit is contained in:
2026-07-11 11:21:09 +02:00
parent 75bc9d2440
commit 825db3a292
9 changed files with 207 additions and 94 deletions
-1
View File
@@ -12,7 +12,6 @@ pub struct Model {
pub channel_id: Uuid,
pub user_id: Uuid,
pub role: String,
pub permissions: u64,
pub joined_at: DateTimeUtc,
}