Fix: direct s2s connection not always possible

Trying to connect to a remote instance using direct s2s won't work if local instance has not the feature enabled, and if the remote instance does not know the local one.
So using Websocket S2S in such case (that embed a discovery mecanism).
This commit is contained in:
John Livingston
2023-06-01 13:06:59 +02:00
parent 6434ff024d
commit 472caf9f5b
4 changed files with 20 additions and 12 deletions

View File

@ -1,5 +1,9 @@
# Changelog
## 7.0.1
* Fix: trying to connect to a remote instance using direct s2s won't work if local instance has not the feature enabled, and if the remote instance does not know the local one. So using Websocket S2S in such case (that embed a discovery mecanism).
## 7.0.0
### Importante Notes