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 fa916699a7 - Show all commits

Nope, it's an object. But, like... A weird one. It doesn't seem to behave like objects normally do. It it a wrapper around stuff?

Guzio 2026-02-25 10:48:12 +00:00

View file

@ -286,7 +286,7 @@ const commands = [{
}
catch (e){
const what_how = typeof e
console.log("Type of "+e+" is "+what_how)
console.log("Type of "+e+" is "+what_how+" with keys: "+Object.keys(e))
if (e.code === "NO_ATTACH_TARGET") {
return api.sendEvent(event.room_id, "m.room.message", {
...ctx,