This repository has been archived on 2024-01-04. You can view files and clone it, but cannot push or open issues or pull requests.
forgejo/routers/api/v1/notify
Lunny Xiao 43bbc54783
Fix 500 when a comment was deleted which has a notification (#17550)
* Fix 500 when a comment was deleted which has a notification

* Tolerate missing Comment in other places too

Signed-off-by: Andrew Thornton <art27@cantab.net>

Co-authored-by: Andrew Thornton <art27@cantab.net>
Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
2021-11-10 13:48:45 +08:00
..
notifications.go
repo.go Fix 500 when a comment was deleted which has a notification (#17550) 2021-11-10 13:48:45 +08:00
threads.go Fix 500 when a comment was deleted which has a notification (#17550) 2021-11-10 13:48:45 +08:00
user.go