You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 10, 2021. It is now read-only.
The federated directory update process updateFromPeers() is very weak:
It has to be run periodically by a cronjob. This was done every 20 minutes or so when Signal (TextSecure) was federated with CyanogenMod's WhisperPush. Users expect things to happen way faster.
While a new user still has to be propagates to the other federated servers it is possible for the user to register on another server, ending with a malfunctioning account.
We need to find a better way to do this. For example a server should "push" registrations/deletions to its peers.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The federated directory update process
updateFromPeers()
is very weak:We need to find a better way to do this. For example a server should "push" registrations/deletions to its peers.
The text was updated successfully, but these errors were encountered: