Mention matrix chat in readme

This commit is contained in:
Felix Ableitner 2022-11-28 14:58:28 +01:00
parent 589cde3026
commit 229e225dce

View file

@ -5,6 +5,8 @@ Activitypub-Federation
A high-level framework for [ActivityPub](https://www.w3.org/TR/activitypub/) federation in Rust, extracted from [Lemmy](https://join-lemmy.org/). The goal is that this library can take care of almost everything related to federation for different projects. For now it is still far away from that goal, and has many rough edges that need to be smoothed.
You can join the Matrix channel [#activitystreams:asonix.dog](https://matrix.to/#/%23activitystreams:matrix.asonix.dog?via=matrix.asonix.dog) to discuss about Activitypub in Rust.
## Features
- ObjectId type, wraps the `id` url and allows for type safe fetching of objects, both from database and HTTP