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

Can’t send files in threads (or replies) #2036

Open
ara4n opened this issue Nov 6, 2023 · 1 comment
Open

Can’t send files in threads (or replies) #2036

ara4n opened this issue Nov 6, 2023 · 1 comment
Labels
A-Threads A-Timeline O-Frequent Affects or can be seen by most users regularly or impacts most users' first experience S-Major Severely degrades major functionality or product features, with no satisfactory workaround T-Enhancement New features, changes in functionality, performance boosts, user-facing improvements X-Needs-Rust This issue needs a Rust SDK change. It must have a link to a Rust SDK issue

Comments

@ara4n
Copy link
Member

ara4n commented Nov 6, 2023

Steps to reproduce

  1. Someone asks you to send them a photo
  2. Hit the reply button
  3. Send a photo
  4. Photo doesn’t send as a reply. Even worse, if you were replying in a thread, it gets bust out of the thread into the main timeline, confusing everyone.

Outcome

What did you expect?

Replies should honour sending attachments

What happened instead?

Replies get ignored when sending attachments

Your phone model

No response

Operating system version

No response

Application version

428

Homeserver

No response

Will you send logs?

No

@Velin92 Velin92 added X-Needs-Design X-Needs-Product T-Enhancement New features, changes in functionality, performance boosts, user-facing improvements T-Defect S-Major Severely degrades major functionality or product features, with no satisfactory workaround O-Frequent Affects or can be seen by most users regularly or impacts most users' first experience A-Timeline X-Needs-Rust This issue needs a Rust SDK change. It must have a link to a Rust SDK issue and removed X-Needs-Design X-Needs-Product T-Enhancement New features, changes in functionality, performance boosts, user-facing improvements labels Nov 9, 2023
@Velin92
Copy link
Member

Velin92 commented Nov 9, 2023

As of right now the following rust functions:
send_image
send_video
send_audio
send_voice_message
send_file
send_location

Do not allow to include a timeline item as a reply

@kittykat kittykat added T-Enhancement New features, changes in functionality, performance boosts, user-facing improvements A-Threads and removed T-Defect labels Nov 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-Threads A-Timeline O-Frequent Affects or can be seen by most users regularly or impacts most users' first experience S-Major Severely degrades major functionality or product features, with no satisfactory workaround T-Enhancement New features, changes in functionality, performance boosts, user-facing improvements X-Needs-Rust This issue needs a Rust SDK change. It must have a link to a Rust SDK issue
Projects
None yet
Development

No branches or pull requests

3 participants