mirror of
https://github.com/go-gitea/gitea
synced 2025-02-05 14:34:27 +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>