toLowerCase fail on posts with sensitive media #47
Labels
No labels
bug
can't reproduce
confirmed
discussion
duplicate
enhancement
glitch-soc
help needed
suggestion
upstream
won’t fix
No milestone
No project
No assignees
1 participant
Due date
No due date set.
Dependencies
No dependencies set.
Reference
pleroma/mastofe#47
Loading…
Add table
Add a link
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?
Probably happens at app/javascript/flavours/glitch/actions/compose.js#409
Response sends
tagswith #nsfw in it, which is probably unexpected and so could break some logic.Fixed with: https://github.com/glitch-soc/mastodon/pull/902
Related fix: https://github.com/glitch-soc/mastodon/pull/903