diff --git a/services/gunDB/contact-api/actions.js b/services/gunDB/contact-api/actions.js index baa4c6f9..5b5a4995 100644 --- a/services/gunDB/contact-api/actions.js +++ b/services/gunDB/contact-api/actions.js @@ -1357,6 +1357,7 @@ const createPost = async (tags, title, content) => { .get(Key.WALL) .get(Key.PAGES) .get(pageIdx) + .get(Key.POSTS) .get(postID) .get(Key.CONTENT_ITEMS)