Added
- Support for followers collection synchronization (FEP-8fcf)
- If you run tootik behind a proxy: make sure it passes the
Collection-Synchronizationheader to tootik
- If you run tootik behind a proxy: make sure it passes the
- Added /mentions: a feed that shows posts that mention you, by followed users
- Posts with more than
MaxRecipients(defaults to 10) recipients are blocked - Posts from suspended or newly registered actors (determined by
MinActorAge, defaults to 1d) are blocked - The menu now links to the user's own profile
Removed
- /firehose is moved to /users and the old grouping by day is gone
- Group outbox no longer shows the group name in every post, to reduce clutter
Bug Fixes, Performance and Maintenance
- Posts from blocked domains are blocked even if they reach tootik through sharing from an actor on a non-blocked domain
- /followers now sorts by exact time of last activity after grouping by day
- /nodeinfo/2.0 now says
"openRegistrations": falsewhen-closedis specified - Fix for panic when logging Accept activities
- Fix unmarshaling failure of GoToSocial posts where
.tagis the item itself and not an array with one item