diff options
author | 2023-05-31 10:35:55 +0200 | |
---|---|---|
committer | 2023-05-31 10:35:55 +0200 | |
commit | 36fcd2e604dbf4272b694b2790d55739962e36d4 (patch) | |
tree | dcf9404824a3ce657222c5e8f1121e0d76292890 | |
parent | [fix] Fix link to remote emoji pgae (#1845) (diff) | |
download | gotosocial-36fcd2e604dbf4272b694b2790d55739962e36d4.tar.xz |
[docs] clarify other federation modes not yet implemented (#1849)
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -135,8 +135,8 @@ GoToSocial plays nice with lower-powered machines like Raspberry Pi, old laptops GoToSocial doesn't apply a one-size-fits-all approach to federation. Who your server federates with should be up to you. - 'Normal' federation; discover new servers. -- *Allow list*-only federation; choose which servers you talk to. -- Zero federation; keep your server private. +- *Allow list*-only federation; choose which servers you talk to (not yet implemented). +- Zero federation; keep your server private (not yet implemented). ### OIDC integration |