mirror of
https://gitee.com/gitea/gitea
synced 2025-11-09 19:10:27 +08: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>