Added
- Nothing!
Removed
Nothing!
Bug Fixes, Performance and Maintenance
- Fix for empty Lemmy group outbox due to a typo that breaks handling of forwarded activities
- "Followed users" is now much faster when following an actor with many posts, like a Lemmy group
- Page contents are still buffered (on a line boundary, with a buffer size of 16 lines), but the buffer is now flushed after 100ms: this makes slow pages feel faster because the client shows the title while waiting for the content
- Activity IDs now use UUIDv7 instead of SHA-256
- Imports are now sorted the gopls way