diff --git a/services/gunDB/contact-api/actions.js b/services/gunDB/contact-api/actions.js index 6692eb19..497cfd98 100644 --- a/services/gunDB/contact-api/actions.js +++ b/services/gunDB/contact-api/actions.js @@ -1315,7 +1315,7 @@ const createPost = async (tags, title, content) => { ) }) - if (shouldBeNewPage) { + if (shouldBeNewPage || numOfPages === 0) { await new Promise(res => { require('../Mediator') .getUser()