diff --git a/services/gunDB/contact-api/actions.js b/services/gunDB/contact-api/actions.js index 0231e222..baa4c6f9 100644 --- a/services/gunDB/contact-api/actions.js +++ b/services/gunDB/contact-api/actions.js @@ -1383,6 +1383,7 @@ const createPost = async (tags, title, content) => { .get(Key.WALL) .get(Key.PAGES) .get(pageIdx) + .get(Key.POSTS) .get(postID) .put(null, ack => { if (ack.err) {