Title edition breaks the links #207
Labels
No labels
A: API
A: Backend
A: Federation
A: Front-End
A: I18N
A: Meta
A: Security
Build
C: Bug
C: Discussion
C: Enhancement
C: Feature
Compatibility
Dependency
Design
Documentation
Good first issue
Help welcome
Mobile
Rendering
S: Blocked
S: Duplicate
S: Incomplete
S: Instance specific
S: Invalid
S: Needs Voting/Discussion
S: Ready for review
Suggestion
S: Voted on Loomio
S: Wontfix
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: Plume/Plume#207
Loading…
Add table
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Currently, if we edit the title, it will also edit the link, so previous links to the article (before it was edited) will be broken. Would it be possible to have a way to prevent this, either by having an option not to change the link when editing, or something else ?
The best solution would be not to update the link when editing, since Mastodon doesn't update it afterwards, see https://github.com/Plume-org/Plume/issues/221#issuecomment-423421097
Edit: we could still update the link if the post is a draft, it won't break anything normally…
This bug was closed in a commit tagged 0.3.0-alpha over a year ago, but it still seems to be happening in the 0.3.0 release (fediverse.blog).
STR:
The link that federates to Mastodon has the slug "dogs-and-cats", and results in a 404. That's fixed at the time of first saving (draft). The actual article has the slug "cats-and-dogs". That's fixed at the time of publishing.
The federated link available in the API should match the one used in the Plume front-end.