diff options
Diffstat (limited to 'routes.js')
-rwxr-xr-x | routes.js | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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); |