-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
enhancementNew feature or requestNew feature or request
Description
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.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request