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

stray whitespace

Guzio 2026-02-20 03:52:03 +00:00

View file

@ -31,7 +31,7 @@ async function threadToAnnouncement(parentRoomID, threadRoomID, creatorMxid, thr
}
const msgtype = creatorMxid ? "m.emote" : "m.text"
const template = creatorMxid ? "started a thread" : "New thread started: "
const template = creatorMxid ? "started a thread" : "New thread started:"
const via = await mxUtils.getViaServersQuery(threadRoomID, di.api)
let body = `${template}${thread.name}” in room: https://matrix.to/#/${threadRoomID}?${via.toString()}${suffix}`