about summary refs log tree commit diff
path: root/README.md
diff options
context:
space:
mode:
authorFire Demon <firedemon@creature.cafe>2020-07-17 18:48:46 -0500
committerStarfall <us@starfall.systems>2020-07-18 01:00:51 -0500
commit57c448d9e2d71be819552092dd4688488152776c (patch)
tree2bb39c864067428b5f19e47ddde2f3d441553683 /README.md
parentc5b7bf491e9aaf0a92f7899d60d12705d98436dc (diff)
[Federation] Dereference object URIs in Create and Update messages
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/README.md b/README.md
index 502e0d8db..ffe6ffa4e 100644
--- a/README.md
+++ b/README.md
@@ -27,7 +27,9 @@ 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
+* authentication required for account api endpoints to block some naive scrapers (cherry-picked from Monsterfork)