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

WHY are you still defined?

Guzio 2026-04-02 18:56:46 +00:00

View file

@ -265,7 +265,7 @@ async function bridgeThread(event) {
name = name.length < 100 ? name.replaceAll("\n", " ") : name.slice(0, 96).replaceAll("\n", " ") + "..."
event.room_id = await createRoom.ensureRoom((await discord.snow.channel.createThreadWithMessage(channelID, messageID, {name})).id)
event.content["m.relates_to"] = undefined;
event.content["m.relates_to"] = {}
return true;
}