From d7ea399f2440385fa4b70b8112df38e03a7cd14d Mon Sep 17 00:00:00 2001 From: Daniel Lugo Date: Thu, 17 Sep 2020 15:33:04 -0400 Subject: [PATCH] follows at auth --- src/routes.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/routes.js b/src/routes.js index 284ca048..aa1e00ed 100644 --- a/src/routes.js +++ b/src/routes.js @@ -694,7 +694,8 @@ module.exports = async ( user: { alias, publicKey - } + }, + follows: await GunGetters.Follows.currentFollows() }) return true