1
0
Fork 0
mirror of https://code.sup39.dev/repos/Wqawg synced 2024-12-29 00:24:51 +09:00

List repo in Push recipients, it was accidentally not listed

This commit is contained in:
fr33domlover 2019-10-12 19:38:29 +00:00
parent 16cde4b4c2
commit 6c81a46a02

View file

@ -991,6 +991,7 @@ pushCommitsC (eperson, sharer) summary push shrRepo rpRepo = runExceptT $ do
let shrUser = sharerIdent sharer
aud = map encodeRouteHome
[ SharerFollowersR shrUser
, RepoR shrRepo rpRepo
, RepoTeamR shrRepo rpRepo
, RepoFollowersR shrRepo rpRepo
]