forked from forgejo/forgejo
Only show activities for repositories on dashboard, that the user has access to
This commit is contained in:
parent
90e9e3c89d
commit
45db167f7a
3 changed files with 24 additions and 7 deletions
|
@ -86,7 +86,7 @@ func Profile(ctx *middleware.Context) {
|
|||
ctx.Data["TabName"] = tab
|
||||
switch tab {
|
||||
case "activity":
|
||||
retrieveFeeds(ctx, u.Id, 0, true)
|
||||
retrieveFeeds(ctx, -1, u.Id, 0, true)
|
||||
if ctx.Written() {
|
||||
return
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue