MastoAPI: Add categories to custom emojis

Note: This isn’t in a release yet, can be seen in mastofe on the
rebase/glitch-soc branch.
This commit is contained in:
Haelwenn (lanodan) Monnier 2019-06-30 01:05:28 +02:00
commit 252e129b1e
No known key found for this signature in database
GPG key ID: D5B7A8E43C997DEE
3 changed files with 5 additions and 1 deletions

View file

@ -27,6 +27,7 @@ Configuration: `federation_incoming_replies_max_depth` option
- Admin API: Allow querying user by ID
- Added synchronization of following/followers counters for external users
- Configuration: `enabled` option for `Pleroma.Emails.Mailer`, defaulting to `false`.
- Mastodon API: Add support for categories for custom emojis by reusing the group feature. <https://github.com/tootsuite/mastodon/pull/11196>
## [1.0.0] - 2019-06-29
### Security