fix: Missing sigil

This commit is contained in:
timedout 2026-03-08 20:24:30 +00:00
parent b42e6a67f0
commit 4951d6c7b9
No known key found for this signature in database
GPG key ID: 0FA334385D0B689F

View file

@ -58,14 +58,15 @@ pub(crate) async fn joined_rooms_route(
})
}
const BROKEN_ROOM_IDS: [&str; 9] = [
const BROKEN_ROOM_IDS: [&str; 10] = [
"!iMZEhwCvbfeAYUxAjZ:t2l.io", // Matrix community space - insanely broken state
"!OGEhHVWSdvArJzumhm:matrix.org", // Old Matrix HQ - huge room, very broken
"!IemiTbwVankHTFiEoh:matrix.org", // Old Element Web - huge room, very broken
"!brXHJeAtqliwNGqHQx:lossy.network", // NixOS space - frequent bug reports, huge state
"!04iUOXvKl6GxOztTbP230xhKR-hu4kPzrzfjiv9dc_8", // GrapheneOS space - frequent bug reports
"!MBrxZRUoApYYjmyion:t2bot.io", // Old t2bot room - insane auth chain depths
"izahlpcyIDeymNjiOd:matrix.debian.social", // #debian-next:matrix.debian.social
"!izahlpcyIDeymNjiOd:matrix.debian.social", // #debian-next:matrix.debian.social
"!vMLhvOKUhgmYGpkwjX:matrix.debian.social", // debian main room
"!mefQhZzgTaxNCNzAeK:kde.org", // KDE user help
"!OTxETzuhBDbnPqBqbP:kde.org", // KDE space
];