This commit is contained in:
lesion
2019-07-31 01:50:55 +02:00
parent 547cf3e8b7
commit 940eaead77
2 changed files with 2 additions and 2 deletions

View File

@@ -122,7 +122,7 @@ const userController = {
// send response to client
res.json(event)
federation.sendEvent(event, user)
federation.sendEvent(event, req.user)
// send notification (mastodon/email/confirmation)
notifier.notifyEvent(event.id)