feat(federation): Implement Instance Messaging Extension

This commit is contained in:
Jesse Wierzbinski 2024-11-25 16:54:46 +01:00
parent 4594c69808
commit 756f67c0f3
No known key found for this signature in database
5 changed files with 67 additions and 1 deletions

View file

@ -9,6 +9,7 @@ Versia Server `0.8.0` is fully backwards compatible with `0.7.0`.
- Outbound federation and inbox processing are now handled by a queue system (like most federated software).
- 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)
- Allowed `<div>` and `<span>` tags in Markdown.
- Added `--password` flag to the user creation CLI.