aboutsummaryrefslogtreecommitdiff
path: root/lib/pleroma/emoji.ex
AgeCommit message (Collapse)Author
2018-12-31update copyright years to 2019William Pitcock
2018-12-23add license boilerplate to pleroma coreWilliam Pitcock
2018-12-09fix compile warningsMaksim Pechnikov
2018-12-07Emojis: Alphabetical orderinghref
2018-11-05Fix wrong return when finmoji is disabledhref
2018-11-05handle_continue is OTP21+href
2018-11-05Runtime configured emojishref
The changes are a bit heavy since the emojis were loaded into module attributes from filesystem. This introduces a GenServer using an ETS table to cache in memory the emojis, and allows a runtime-reload with `Pleroma.Emoji.reload()`.