Merge pull request #199 from shocknet/follows-at-auth

follows at auth
This commit is contained in:
CapDog 2020-09-17 14:34:01 -05:00 committed by GitHub
commit d4f7b13205

View file

@ -694,7 +694,8 @@ module.exports = async (
user: { user: {
alias, alias,
publicKey publicKey
} },
follows: await GunGetters.Follows.currentFollows()
}) })
return true return true