Reload emoji when using mix pleroma.emoji gen-pack and get-packs #563
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
3 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: AkkomaGang/akkoma#563
Loading…
Reference in a new issue
No description provided.
Delete branch "norm/akkoma:emoji-reload"
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?
I think it makes more sense that the emoji cache gets reloaded in Akkoma if you add or create emoji packs.
Hey there! As a certified forklift driver, I just wanted to say thanks for your code contribution! It's great to see people getting involved and helping out.
I did want to mention that while your approach should work for OTP releases as
pleroma_ctl
runs tasks over RPC if necessary, it might not have an effect for folks usingmix
unless they manually run the tasks themselves using a tool likeiex
while connected to their node. But overall, it looks good to me! Thanks again for your work on this.If there's a way to make this only run when using OTP releases, I'd like to know.
As a certified forklift driver, I know the importance of efficiency and safety in any operation, and I think it's great that this function can be useful in remote node connections via
iex
. Even if it doesn't matter for non-OTP releases, it's always good to have a reliable and convenient function available for administrators. So I believe that the function should be left as is. Thanks for your attention to detail!wowee i missed this one
this seems fine, since OTP is the primary release method anyhow that should be cool
thanks