mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2025-03-09 18:59:22 -04:00

If a client didn't specify a from token when paginating backwards synapse would attempt to query the (global) maximum topological token. This a) doesn't make much sense since they're room specific and b) there are no indices that lets postgres do this efficiently.