Update interop docs
This commit is contained in:
parent
74edeef3f5
commit
b396df00c9
|
@ -19,7 +19,7 @@ in alpha. For more information about Takahē, see
|
|||
contributing
|
||||
domains
|
||||
moderation
|
||||
intercompatibility
|
||||
interoperability
|
||||
stator
|
||||
tuning
|
||||
releases/index
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
Intercompatibility
|
||||
==================
|
||||
Interoperability
|
||||
================
|
||||
|
||||
Takahē aims to be compatible with every modern Fediverse server, and Mastodon
|
||||
Takahē aims to be compatible with every modern Fediverse server and Mastodon
|
||||
client app, but the range of options means that we cannot exhaustively test
|
||||
with everything.
|
||||
|
||||
|
@ -37,13 +37,19 @@ These servers have been tried and appear to initally work, but more testing is
|
|||
needed:
|
||||
|
||||
* Akkoma
|
||||
* Gotosocial
|
||||
|
||||
* Peertube
|
||||
|
||||
* Pixelfed
|
||||
* Replies may not federate?
|
||||
|
||||
* Pleroma
|
||||
|
||||
|
||||
These servers have the beginnings of support but known bugs that need fixing:
|
||||
|
||||
* Gotosocial
|
||||
* Issues pulling accounts
|
||||
|
||||
* Mitra
|
||||
* Sends Follow Accept messages in a compact format we don't accept yet
|
|
@ -41,7 +41,7 @@ Additionally, we've made lots of bug fixes and other improvements, including:
|
|||
|
||||
* Profile and post URLs now work in search
|
||||
* Character counter on compose forms
|
||||
* Compatibility with more Fediverse servers (see :doc:`/intercompatibility`)
|
||||
* Compatibility with more Fediverse servers (see :doc:`/interoperability`)
|
||||
* Static files are now efficiently served/proxied by a bundled nginx
|
||||
* All uploaded images are now WebP for efficiency
|
||||
* Sessions use signed cookies for reduced database load
|
||||
|
|
Loading…
Reference in New Issue