Comparison of all the stuff I did. #6

Merged
Guzio merged 48 commits from fuckery into main 2026-03-02 15:17:09 +00:00
Showing only changes of commit 22ff10222c - Show all commits

View file

@ -352,7 +352,7 @@ const commands = [{
msgtype: "m.text", 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." 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;
} }
} }
} }