mirror of
https://gitea.com/gitea/gitea-mirror.git
synced 2026-03-24 14:02:34 +00:00
When marking notifications read the results may be returned out of order or be delayed. This PR sends a sequence number to gitea so that the browser can ensure that only the results of the latest notification change are shown. Signed-off-by: Andrew Thornton <art27@cantab.net>