I just need to learn *not* to try joining https://matrix.to/#/#matrix:matrix.org. My server just can't handle the initial sync of the room state unless I add more memory. Or something. 🤦
You're invited to talk on Matrix

You're invited to talk on Matrix

@mattcen Will sliding sync help with cases like this or is that only for client <-> server syncs?

I tried out the iOS ElementX against my own self-hosted Synapse with the sliding sync proxy and it works great!

#matrix #element #elementx

@jakecoppinger Sliding sync is client<->server, as I understand it. I think the server<->server bit that's relevant is partial joins? https://matrix-org.github.io/synapse/latest/development/synapse_architecture/faster_joins.html#how-do-faster-joins-work, which I *think* I'm using, but I've not had to deal much with the server<->server side of things so am not certain and am learning as I go.
Faster remote joins - Synapse