Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FR] Threading with MSC2836 #84

Open
LecrisUT opened this issue Jun 4, 2021 · 3 comments
Open

[FR] Threading with MSC2836 #84

LecrisUT opened this issue Jun 4, 2021 · 3 comments

Comments

@LecrisUT
Copy link

LecrisUT commented Jun 4, 2021

Relevant for Slack bridge.

@LecrisUT LecrisUT changed the title Threading with MSC2836 [FR] Threading with MSC2836 Jun 4, 2021
@ptman
Copy link

ptman commented Nov 1, 2021

Option for sendReply()? Or sendThread()?

public async sendReply(params: IReceiveParams, eventId: string, opts: IMessageEvent) {

"rel_type": "io.element.thread" seems to be the magic trick

@ptman
Copy link

ptman commented Nov 1, 2021

@stites
Copy link

stites commented Mar 16, 2022

image
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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants