From 4f667cc6c1b11e7e42dbed37f75dd8cb62ca00b6 Mon Sep 17 00:00:00 2001 From: Daniel Lugo Date: Tue, 16 Jun 2020 11:58:06 -0400 Subject: [PATCH] wall-related keys --- services/gunDB/contact-api/key.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/services/gunDB/contact-api/key.js b/services/gunDB/contact-api/key.js index 4e7e3115..554ddb92 100644 --- a/services/gunDB/contact-api/key.js +++ b/services/gunDB/contact-api/key.js @@ -48,3 +48,7 @@ exports.WALL = 'wall' exports.NUM_OF_PAGES = 'numOfPages' exports.PAGES = 'pages' + +exports.COUNT = 'count' + +exports.CONTENT_ITEMS = 'contentItems'