i dont even know what this PR is supposed to be about anymore, everyone lost the plot somewhere in the middle of act 2 #74

Open
Guzio wants to merge 128 commits from Guzio/out-of-your-element:mergable-fr-fr into main
Showing only changes of commit b0d4b4c39d - Show all commits

forgor to print the most important thing

Guzio 2026-04-26 10:36:18 +00:00

View file

@ -196,7 +196,7 @@ as.router.post("/api/link", defineEventHandler(async event => {
if (room.room_type && room.room_type === "m.space") {
foundSpace = true
}
console.log(room.room_id + " ==> "+ foundSpace)
console.log(room.room_type+"@"+room.room_id + " ==> "+ foundSpace)
}
if (!foundRoom) throw createError({status: 400, message: "Bad Request", data: "Matrix room needs to be part of the bridged space"})