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 22ff10222c - Show all commits

fixed error details showing up as [object Object]

Guzio 2026-02-26 15:38:20 +00:00

View file

@ -352,7 +352,7 @@ const commands = [{
msgtype: "m.text",
body: "Unknown error occurred during thread creation. See error message below (or on the main channel, if the command was ran inside a thread) for details."
})
throw e;
throw e_raw;
}
}
}