[feat] manage unboost

This commit is contained in:
les
2019-10-27 14:11:57 +01:00
parent dc903d4500
commit bda72f1559
2 changed files with 10 additions and 1 deletions

View File

@@ -50,7 +50,7 @@ router.post('/u/:name/inbox', Helpers.verifySignature, async (req, res) => {
} else if (b.object.type === 'Like') {
Ego.unbookmark(req, res)
} else if (b.object.type === 'Announce') {
console.error('Unboost')
Ego.unboost(req, res)
}
break
case 'Announce':