diff options
author | Darius Kazemi <darius.kazemi@gmail.com> | 2020-01-04 22:52:54 -0800 |
---|---|---|
committer | Darius Kazemi <darius.kazemi@gmail.com> | 2020-01-04 22:52:54 -0800 |
commit | 7fc93dbe9d4d99457a0e85c6c532112f415b7af2 (patch) | |
tree | fb8daea9c78b84feb85dae8431048b7f7f989736 /routes.js | |
parent | ef5aadc56f821c31d324fd3ec29f646a331b4612 (diff) |
add federation document
Diffstat (limited to 'routes.js')
-rwxr-xr-x | routes.js | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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({ |