From e3d96a9bc62f57d60dc21906b4b803e346b0a738 Mon Sep 17 00:00:00 2001 From: Starfall Date: Thu, 23 Jul 2020 16:25:17 -0500 Subject: Revert "[Federation] Dereference object URIs in Create and Update messages" This reverts commit 57c448d9e2d71be819552092dd4688488152776c. Implementation was merged upstream; removing the duplicate change. --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index ffe6ffa4e..502e0d8db 100644 --- a/README.md +++ b/README.md @@ -27,9 +27,7 @@ This instance is a fork of a fork: this has the [Mastodon Glitch Edition](https: See output of `git log glitch..main --oneline | grep -v '[mM]erge' | less` for a (more) complete history. -* support for incoming indirect federation (cherry-picked from Monsterfork) - * does not yet support authoring posts this way. for that implementation, see "[Privacy] Federate references to objects..." "[Privacy] Add profile option for indirect federation..." "[Database] Add schema changes for ... indirect federation" * <ol> margin issue fixed so numbered lists aren't cut off a few pixels shy of 1 number * HTML summary/details tags are allowed in toots * gemini protocol links are supported (not yet supported: automatically marking gemini:// text as links) -* authentication required for account api endpoints to block some naive scrapers (cherry-picked from Monsterfork) +* authentication required for account api endpoints to block some naive scrapers -- cgit