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 3e42616065 - Show all commits

It just occurred to me that I have no way of testing the „fallback case” now

Guzio 2026-02-26 15:55:18 +00:00

View file

@ -339,13 +339,13 @@ const commands = [{
body: "You cannot create threads in a Discord channel of the type, to which this Matrix room is bridged to. Did you try to create a thread inside a thread?"
})
}
else if (e.code === 50035) {
/*else if (e.code === 50035) {
return api.sendEvent(event.room_id, "m.room.message", {
...ctx,
msgtype: "m.text",
body: "Specified thread name is too long - thread creation failed. Please yap a bit less in the title, thread body is for that. ;)"
body: "Specified thread name is too long - thread creation failed. Please yap a bit less in the title, the thread body is for that. ;)"
})
}
}*/
else {
await api.sendEvent(event.room_id, "m.room.message", {
...ctx,