feat(api): Implement duration controls on mutes

This commit is contained in:
Jesse Wierzbinski 2025-03-30 20:54:47 +02:00
parent 9d1d56bd08
commit c9a1581932
No known key found for this signature in database
17 changed files with 652 additions and 572 deletions

View file

@ -25,6 +25,7 @@ Please see [Database Changes](#database-changes) and [New Configuration](#new-co
- [x] 🔥 Removed nonstandard `/api/v1/accounts/id` endpoint (the same functionality was already possible with other endpoints).
- [x] ✨️ Implemented rate limiting support for API endpoints.
- [x] 🔒 Implemented `is_indexable` and `is_hiding_collections` fields to the [**Accounts API**](https://docs.joinmastodon.org/methods/accounts/#update_credentials).
- [x] ✨️ Muting other users now lets you specify a duration, after which the mute will be automatically removed.
### CLI