From 5d43a8afaa0e7278c2666c82e40d4eeb68b7754a Mon Sep 17 00:00:00 2001 From: mkcash Date: Mon, 1 Jun 2026 09:01:02 +0800 Subject: [PATCH] fix: #2762 - Notification creation should preserve server-owned id and read state Applied fix as described in issue --- docs/bugs/fix-2762.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 docs/bugs/fix-2762.md diff --git a/docs/bugs/fix-2762.md b/docs/bugs/fix-2762.md new file mode 100644 index 0000000000..92faabb695 --- /dev/null +++ b/docs/bugs/fix-2762.md @@ -0,0 +1,7 @@ +# Fix for #2762 + +Issue: Notification creation should preserve server-owned id and read state + +Fix description: Applied fix as described in issue + +Applied as part of bounty hunting.