mirror of
https://github.com/go-gitea/gitea
synced 2025-07-22 18:28:37 +00:00
Fix "Dashboard shows deleted comments" (#1995)
This commit is contained in:
committed by
Kim "BKC" Carlbäcker
parent
735676267e
commit
441986a473
@@ -138,7 +138,7 @@ func Profile(ctx *context.Context) {
|
||||
ctx.Data["Keyword"] = keyword
|
||||
switch tab {
|
||||
case "activity":
|
||||
retrieveFeeds(ctx, ctxUser, showPrivate, true)
|
||||
retrieveFeeds(ctx, ctxUser, showPrivate, true, false)
|
||||
if ctx.Written() {
|
||||
return
|
||||
}
|
||||
|
Reference in New Issue
Block a user