feat: Add pagination to rooms list & include more information

This commit is contained in:
timedout
2026-05-25 15:09:11 +01:00
committed by Ginger
parent 61a3749c24
commit 4ffe321b6a
4 changed files with 278 additions and 14 deletions
+1 -1
View File
@@ -2,4 +2,4 @@ mod ban;
mod list;
pub(crate) use ban::ban_room;
pub(crate) use list::list_rooms;
pub(crate) use list::*;