diff --git a/services/gunDB/contact-api/actions.js b/services/gunDB/contact-api/actions.js index 0c516f70..0231e222 100644 --- a/services/gunDB/contact-api/actions.js +++ b/services/gunDB/contact-api/actions.js @@ -1402,6 +1402,7 @@ const createPost = async (tags, title, content) => { .get(Key.WALL) .get(Key.PAGES) .get(pageIdx) + .get(Key.POSTS) .get(postID) .load(data => { res(data)