ircv3-specifications
ircv3-specifications copied to clipboard
chathistory: add cursors
This improves reliability of timestamp-based queries by using an opaque cursor. A message at a page boundary can be missed by a client if one of its neighbours has the same timestamp.
Impl in M51: https://github.com/progval/matrix2051/pull/55