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

Bridged media are sent as two matrix messages, which makes them unreplyable. #498

Closed
Half-Shot opened this issue Sep 22, 2020 · 1 comment
Labels
T-Defect Bugs, crashes, hangs, vulnerabilities, or other reported problems.

Comments

@Half-Shot
Copy link
Contributor

Because we bridge media as two messages, it means the bridge cannot determine which one should be replied to. We insert both messages into the database with the same slackts. Somehow, we need to keep the information that both events exist without impacting the threading.

A suggestion might be to have the image use a separate column for it's slackts, and just ensure we delete that row when we redact the image.

@Half-Shot Half-Shot added the bug label Sep 22, 2020
@jaller94
Copy link
Contributor

Duplicate or closely related to #486

@jaller94 jaller94 added the T-Defect Bugs, crashes, hangs, vulnerabilities, or other reported problems. label May 16, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
T-Defect Bugs, crashes, hangs, vulnerabilities, or other reported problems.
Projects
None yet
Development

No branches or pull requests

2 participants