Open LecrisUT opened 3 years ago
Option for sendReply()? Or sendThread()? https://github.com/Sorunome/mx-puppet-bridge/blob/b85e37f6e7f4848442aa5901d7df869bf33fa3db/src/remoteeventhandler.ts#L265
"rel_type": "io.element.thread"
seems to be the magic trick
Ah, it will probably become m.thread when finished: https://github.com/matrix-org/matrix-doc/blob/gsouquet/threading-via-relations/proposals/3440-threading-via-relations.md
I took 30m this morning to hack together some garbage that looks like:
I don't write typescript but the current functionality will create, and continue to keep replies in, a thread from element app. Unfortunately, it will not create threads that are created by the slack puppet.
It turns out that this is the default behavior, and my patches didn't change anything. So I am wondering how to change the above diffs to get the desired functionality.
Relevant for Slack bridge.