Fix wrong type when importing emojis #841
No reviewers
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
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: AkkomaGang/akkoma#841
Loading…
Reference in a new issue
No description provided.
Delete branch "tudbut/akkoma:emojis"
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?
Fixes: #840
The unzip function is from erlang and cannot handle elixir strings.
how did this go unnoticed for five years???
see #839 - my suspicion is that this was only introduced in the last month by erlang
can you check if you run erlang 27.1?
if so that'll be it
yup,
Erlang/OTP 27 [erts-15.1.1] [source] [64-bit] [smp:4:4] [ds:4:4:10] [async-threads:1] [jit]
Elixir 1.17.3 (compiled with Erlang/OTP 27)
that'll be it then - we'll have to check nothing breaks backwards compatibility wise before merging this, but thanks for confirming my suspicions
thanks a lot~