From 7fc93dbe9d4d99457a0e85c6c532112f415b7af2 Mon Sep 17 00:00:00 2001 From: Darius Kazemi Date: Sat, 4 Jan 2020 22:52:54 -0800 Subject: add federation document --- routes.js | 2 -- 1 file changed, 2 deletions(-) (limited to 'routes.js') diff --git a/routes.js b/routes.js index eb17d37..5d2110a 100755 --- a/routes.js +++ b/routes.js @@ -2079,8 +2079,6 @@ function processInbox(req, res) { }); } if (req.body && req.body.type === 'Delete') { - // TODO: only do this if it's a delete for a Note - // figure out if we have a matching comment by id const deleteObjectId = req.body.object.id; // find all events with comments from the author Event.find({ -- cgit v1.2.3