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

Reverse-engineering the docs

Guzio 2026-02-19 18:34:30 +00:00

View file

@ -86,6 +86,7 @@ async function sendMessage(message, channel, guild, row) {
const useTimestamp = message["backfill"] ? new Date(message.timestamp).getTime() : undefined
const eventID = await api.sendEvent(roomID, eventType, eventWithoutType, senderMxid, useTimestamp)
console.log(eventWithoutType)
eventIDs.push(eventID)
try {