From 2d0619b3c57cf4bfc7df5ff6913e2af285bdb05f Mon Sep 17 00:00:00 2001 From: Daniel Lugo Date: Sat, 30 May 2020 18:56:35 -0400 Subject: [PATCH] follows key --- services/gunDB/contact-api/key.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/services/gunDB/contact-api/key.js b/services/gunDB/contact-api/key.js index be14b788..837f38e9 100644 --- a/services/gunDB/contact-api/key.js +++ b/services/gunDB/contact-api/key.js @@ -42,3 +42,5 @@ exports.CHANNELS_BACKUP = 'channelsBackup' exports.LAST_SEEN_APP = 'lastSeenApp' exports.LAST_SEEN_NODE = 'lastSeenNode' + +exports.FOLLOWS = 'follows'