1
0
Fork 0
forked from forgejo/forgejo

Only show activities for repositories on dashboard, that the user has access to

This commit is contained in:
Florian Kaiser 2016-02-06 07:52:21 +00:00
parent 90e9e3c89d
commit 45db167f7a
3 changed files with 24 additions and 7 deletions

View file

@ -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
}