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

Type of e is its own content. Apparently. What the fuck?

Guzio 2026-02-25 10:39:56 +00:00

View file

@ -285,7 +285,8 @@ const commands = [{
else throw {code: "NO_ATTACH_TARGET", was_supposed_to_be: attachedToEvent}; else throw {code: "NO_ATTACH_TARGET", was_supposed_to_be: attachedToEvent};
} }
catch (e){ catch (e){
console.log(typeof e) const what_how = typeof e
console.log("Type of "+e+" is "+what_how)
if (e.code === "NO_ATTACH_TARGET") { if (e.code === "NO_ATTACH_TARGET") {
return api.sendEvent(event.room_id, "m.room.message", { return api.sendEvent(event.room_id, "m.room.message", {
...ctx, ...ctx,