Emoji pack names are not urlencoded when trying to download them from remote instances #246
Labels
No labels
approved, awaiting change
broken setup
bug
cannot reproduce
configuration
documentation
duplicate
enhancement
extremely low priority
feature request
Fix it yourself
help wanted
invalid
mastodon_api
needs change/feedback
needs docs
needs tests
not a bug
not our 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#246
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?
The function at https://akkoma.dev/AkkomaGang/akkoma/src/branch/develop/lib/pleroma/emoji/pack.ex#L253 doesn't url encode the emoji pack name which makes it impossible to download the emoji pack through adminfe.
For example try importing the "maia kitten" emoji pack from crimew.gay. You have to manually urlencode the pack name as "maia%20kitten" inside the json payload.