diff --git a/services/gunDB/contact-api/actions.js b/services/gunDB/contact-api/actions.js index dd38efb2..3afa662c 100644 --- a/services/gunDB/contact-api/actions.js +++ b/services/gunDB/contact-api/actions.js @@ -1323,7 +1323,8 @@ const createPost = async (tags, title, content) => { /** @type {Common.Schema.Post} */ const completePost = { ...loadedPost, - author: userForPost + author: userForPost, + id: postID } if (!Common.Schema.isPost(completePost)) {