You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
this needs to interrupt an upload, if it's still ongoing.
If something was uploaded, do we try to remove the uploaded content?
most likely case, we're aborting while uploading the content: if the thumbnail only was uploaded, it's easy to remove it
quite unlikely to happen in the real world: we're sending the media event, the content has been uploaded already; we could remove it.
more likely: remove after the media have been uploaded and event has been sent; in that case we'll only remove the event, as we do for any media events
we have no proofs the media hasn't been shared somewhere else, by us or somebody else (aka it's impossible to GC shareable content in a decentralized e2ee system?)
edit caption / formatted_caption / filename
Should we attempt to clarify in which case it's a filename vs a caption?
if the upload fails non-intermittently (aka it's not network), it will return a matrix_sdk::Error at the send queue level, and a generic wedge error at the timeline level.
Followup of #1732:
matrix_sdk::Error
at the send queue level, and a generic wedge error at the timeline level.RoomSendQueue::unwedge
to theSendHandle
type #4226The text was updated successfully, but these errors were encountered: