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 2d82734a06 - Show all commits

just appreciated how useful these links are after getting an error and having to go all the way to the Command Handler for links

Guzio 2026-04-17 17:48:42 +00:00

View file

@ -57,7 +57,7 @@ async function bridgeThread(event) {
return true;
}
catch (e){
if (e.message?.includes("50024")){
if (e.message?.includes("50024")){ // see: https://docs.discord.com/developers/topics/opcodes-and-status-codes
api.sendEvent(event.room_id, "m.room.message", {
body: "Hey, please don't do that! This room is already a thread on Discord - trying to embed threads inside it will not work. The user will just see a regular reply.",
"m.mentions": { "user_ids": [event.sender]},