Skip to content

Unexpected image upload locations #12

Description

@manton

This is a weird edge case I discovered and highlights a difference between the old Micro.blog app and new app. The old app would attach images to a post in the UI but not actually upload the images until the user clicked Post. The new app uploads the images right away as they are attached.

This creates 2 potential problems:

  • If you attach an image, but then go into the settings screen and change to a different blog, when you post, the image URLs will be pointing to a different domain name.
  • If you remove an attached image, it still leaves the image on the server. Less of a big deal but maybe something we should clean up.

These aren't show-stoppers but I think we should discuss and fine-tune this behavior so that it doesn't cause any confusion.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions