diff options
author | lain <lain@soykaf.club> | 2021-01-08 13:10:49 +0000 |
---|---|---|
committer | lain <lain@soykaf.club> | 2021-01-08 13:10:49 +0000 |
commit | 80167e62dd7afaf761443d268d7c2306608ffea4 (patch) | |
tree | 75fda37784f014613edce255be89efd37f89fb1c /CHANGELOG.md | |
parent | 7e43abce685e0336e8b737b08a49c2c97a605786 (diff) | |
parent | 2e859794ee25bdf22216587f8c8260e47b2a038f (diff) | |
download | pleroma-80167e62dd7afaf761443d268d7c2306608ffea4.tar.gz pleroma-80167e62dd7afaf761443d268d7c2306608ffea4.zip |
Merge branch 'fix/missing_emoji_steal_dir' into 'develop'
Create dir for EmojiStealPolicy automatically
See merge request pleroma/pleroma!3218
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index b70302bbf..25b24bf07 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -60,6 +60,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - Fix ability to update Pleroma Chat push notifications with PUT /api/v1/push/subscription and alert type pleroma:chat_mention - Emoji Reaction activity filtering from blocked and muted accounts. +- StealEmojiPolicy creates dir for emojis, if it doesn't exist. ## [2.2.1] - 2020-12-22 |