feat(federation): Implement Shared Inboxes

This commit is contained in:
Jesse Wierzbinski 2024-11-25 17:05:53 +01:00
parent 756f67c0f3
commit eb466a0cc7
No known key found for this signature in database
3 changed files with 78 additions and 0 deletions

View file

@ -10,6 +10,7 @@ Versia Server `0.8.0` is fully backwards compatible with `0.7.0`.
- Added an administration UI for managing the queue.
- Upgraded Bun to `1.1.36`.
- Implemented support for the [Instance Messaging Extension](https://versia.pub/extensions/instance-messaging)
- Implement [Shared Inboxes](https://versia.pub/federation#inboxes)
- Allowed `<div>` and `<span>` tags in Markdown.
- Added `--password` flag to the user creation CLI.