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

send queue: allow editing/aborting/unwedging a media upload #4201

Open
2 tasks
bnjbvr opened this issue Oct 31, 2024 · 0 comments
Open
2 tasks

send queue: allow editing/aborting/unwedging a media upload #4201

bnjbvr opened this issue Oct 31, 2024 · 0 comments
Labels

Comments

@bnjbvr
Copy link
Member

bnjbvr commented Oct 31, 2024

Followup of #1732:

  • cancel an upload.
    • 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?
  • allow unwedging: send queue: implement full unwedging of media uploads #4258
@bnjbvr bnjbvr changed the title send queue: allow editing/aborting a media upload send queue: allow editing/aborting/unwedging a media upload Oct 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant