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 486959be0b - Show all commits
Guzio 2026-02-19 19:05:25 +00:00

View file

@ -212,7 +212,7 @@ async event => {
const messageResponses = await sendEvent.sendEvent(event)
if (!messageResponses.length) return
if (event.content["m.relates_to"]?.rel_type === "m.thread"){
api.sendEvent(event.room_id, "m.room.message", {body:"Thread spotted!"})
api.sendEvent(event.room_id, "m.room.message", {body:"Thread spotted!", msgtype:"m.text"})
}
if (event.type === "m.room.message" && event.content.msgtype === "m.text") {
// @ts-ignore