feat(federation): Store remote instance shared inbox and extensions as well

This commit is contained in:
Jesse Wierzbinski 2024-11-25 20:37:00 +01:00
parent 5fc6c4dcfa
commit 7a73a1a24e
No known key found for this signature in database
6 changed files with 2253 additions and 1 deletions

View file

@ -10,7 +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)
- Implement [Shared Inboxes](https://versia.pub/federation#inboxes) support.
- Allowed `<div>` and `<span>` tags in Markdown.
- Added `--password` flag to the user creation CLI.