From 229e225dcec5d1b9b80d5c9f4f94566ec5ea6c0b Mon Sep 17 00:00:00 2001 From: Felix Ableitner Date: Mon, 28 Nov 2022 14:58:28 +0100 Subject: [PATCH] Mention matrix chat in readme --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 42b640b..59c6088 100644 --- a/README.md +++ b/README.md @@ -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