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

Make Element Android Thread aware #4246

Closed
2 tasks done
germain-gg opened this issue Oct 14, 2021 · 1 comment · Fixed by #4396
Closed
2 tasks done

Make Element Android Thread aware #4246

germain-gg opened this issue Oct 14, 2021 · 1 comment · Fixed by #4396
Assignees
Labels
A-Threads An issue for the Threads project Z-ThreadsP0 Issue to be released with the Threads MVP

Comments

@germain-gg
Copy link
Contributor

germain-gg commented Oct 14, 2021

Your use case

What would you like to do?

To take a few steps towards understanding Threads in Android before a full implementation

Why would you like to do it?

To ensure maximum backwards compatibility and continuity in conversations when threads will be available to the masses.

How would you like to achieve it?

MSC3440 recommends two things for clients that do not fully support threads yet

  • To treat m.thread the same way that they treat m.in_reply_to
  • To change the event references from m.in_reply_to to m.thread when replying to an event that has an m.thread relation (to ensure that the message will be displayed correctly in the thread when viewed on thread's ready clients)

Have you considered any alternatives?

No response

Additional context

Threads might be using a m.thread relation over m.in_reply_to

@germain-gg germain-gg added the T-Enhancement New features, changes in functionality, performance boosts, user-facing improvements label Oct 14, 2021
@bmarty bmarty added A-Threads An issue for the Threads project and removed T-Enhancement New features, changes in functionality, performance boosts, user-facing improvements labels Oct 14, 2021
@daniellekirkwood daniellekirkwood added the Z-ThreadsP0 Issue to be released with the Threads MVP label Oct 15, 2021
@bmarty
Copy link
Member

bmarty commented Nov 18, 2021

In EA 1.3.9

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-Threads An issue for the Threads project Z-ThreadsP0 Issue to be released with the Threads MVP
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants