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 b3badac452 - Show all commits

i WILL cry

Guzio 2026-04-02 19:55:10 +00:00

View file

@ -224,6 +224,7 @@ async event => {
if (toRedact){
api.redactEvent(toRedact, event.event_id)
api.sendEvent(event.room_id, event.type, event.content)
console.log(event);
}
}
@ -266,6 +267,7 @@ async function bridgeThread(event) {
event.room_id = await createRoom.ensureRoom((await discord.snow.channel.createThreadWithMessage(channelID, messageID, {name})).id)
event.content["m.relates_to"] = {}
console.log(event);
return true;
}