about summary refs log tree commit diff
path: root/README.md
diff options
context:
space:
mode:
authorStarfall <us@starfall.systems>2020-07-23 16:25:17 -0500
committerStarfall <us@starfall.systems>2020-07-23 16:25:17 -0500
commite3d96a9bc62f57d60dc21906b4b803e346b0a738 (patch)
tree7506b93ec2c20bf068f2b57c31d0a05e0485aed5 /README.md
parent57c448d9e2d71be819552092dd4688488152776c (diff)
Revert "[Federation] Dereference object URIs in Create and Update messages"
This reverts commit 57c448d9e2d71be819552092dd4688488152776c.
Implementation was merged upstream; removing the duplicate change.
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 1 insertions, 3 deletions
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"
 * &lt;ol&gt; 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