only use new postst location

This commit is contained in:
Daniel Lugo 2020-11-18 08:05:00 -04:00
parent c2050c30fb
commit d24230ad7a
2 changed files with 3 additions and 2 deletions

View file

@ -1624,5 +1624,6 @@ module.exports = {
unfollow,
initWall,
sendMessageNew,
sendSpontaneousPayment
sendSpontaneousPayment,
createPostNew
}

View file

@ -2252,7 +2252,7 @@ module.exports = async (
const { tags, title, contentItems } = req.body
return res
.status(200)
.json(await GunActions.createPost(tags, title, contentItems))
.json(await GunActions.createPostNew(tags, title, contentItems))
} catch (e) {
return res.status(500).json({
errorMessage: