gitea/routers/api/v1/notify
Lunny Xiao 43bbc54783
Fix 500 when a comment was deleted which has a notification ()
* 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>
..
notifications.go Rename context.Query to context.Form ()
repo.go Fix 500 when a comment was deleted which has a notification ()
threads.go Fix 500 when a comment was deleted which has a notification ()
user.go Notifications API: respond with updated notifications ()