disable auto-formatting domains without URI schemes #35
Labels
No labels
approved, awaiting change
bug
configuration
documentation
duplicate
enhancement
extremely low priority
feature request
Fix it yourself
help wanted
invalid
mastodon_api
needs docs
needs tests
not a bug
planned
pleroma_api
privacy
question
static_fe
triage
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: AkkomaGang/akkoma#35
Loading…
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?
domain names in posts get formatted by
Pleroma.Formatter.linkify
even if they aren't preceded by a scheme.I can kind of understand it for markdown, but I don't think it's good for "plaintext" and "HTML", especially when you can't control it happening.
maybe it should be a user toggle though, for people who do like it that way.