-
Notifications
You must be signed in to change notification settings - Fork 14
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
[Story] Local echo for media upload #2549
Comments
Notes from a tech discussion in the SDK chapter:
|
Not having local echo for media also blocks us currently from showing reasons for sending failure in case the verified identity of the user has changed or a verified user has unverified devices, see details in #2574. Therefore including it this story also into the scope (it is already working for the text messages, now need to make work for file uploads). |
To focus with this issue on the core feature, I removed those items:
They will considered in other user stories if we decide to work on them. They are now part of the epic: https://github.com/element-hq/element-internal/issues/433. |
All the things in the initial issue have been implemented. Only the subscription to upload progress is missing at the moment, and that has been decided to be OK, considering we have other more urgent priorities. cc @manuroe, in case you want to close this issue. |
We want to test and dogfood it in the nighlties until the next RC (Dec, 3rd). We will close the issue at this time. |
This feature is in the stores since Monday. We get no bug reports, which means the feature just works™️. Let's close this epic. |
Description
Definition
Media: Any file currently sent by the app: image, a video or file of any type.
Acceptance criteria
Leads
Size estimate
None
Dependencies
Out of scope
Open questions
Questions
Subtasks
Android
iOS
Rust
MediaThumbnailSettings
default ctor with reasonable defaults matrix-org/matrix-rust-sdk#4225RoomSendQueue::unwedge
to theSendHandle
type matrix-org/matrix-rust-sdk#4226Other
Sign-off
Android
iOS
The text was updated successfully, but these errors were encountered: