summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDarius Kazemi <darius.kazemi@gmail.com>2020-01-12 18:17:54 -0800
committerDarius Kazemi <darius.kazemi@gmail.com>2020-01-12 18:17:54 -0800
commitb2e6e2c92d0fda2966e424e29038e7e6f0e42823 (patch)
treeb8efaae6292de33edbfcff008c29991087d5acfc
parent312520c1e82874ba12004bb2b6c5dead4b270745 (diff)
fixup
-rwxr-xr-xroutes.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/routes.js b/routes.js
index 8e480e6..d3b8c82 100755
--- a/routes.js
+++ b/routes.js
@@ -1092,7 +1092,6 @@ router.post('/deleteevent/:eventID/:editToken', (req, res) => {
eventImage = event.image;
}
-<<<<<<< HEAD
// broadcast a Delete profile message to all followers so that at least Mastodon servers will delete their local profile information
const guidUpdateObject = crypto.randomBytes(16).toString('hex');
const jsonUpdateObject = JSON.parse(event.activityPubActor);