ircv3-specifications icon indicating copy to clipboard operation
ircv3-specifications copied to clipboard

chathistory: add cursors

Open emersion opened this issue 1 year ago • 1 comments

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.

emersion avatar Jun 02 '23 09:06 emersion

Impl in M51: https://github.com/progval/matrix2051/pull/55

progval avatar Jun 02 '23 21:06 progval