]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - server/lib/activitypub/inbox-manager.ts
Add missing dependency to Debian / Ubuntu section
[github/Chocobozzz/PeerTube.git] / server / lib / activitypub / inbox-manager.ts
index 19e112f919743b9d9892f052e847bd953138f7f6..6d9bf7cf0c99c79bbf8b61b3a2a7bcdbdf518743 100644 (file)
@@ -41,6 +41,7 @@ class InboxManager {
 
   addInboxMessage (options: QueueParam) {
     this.inboxQueue.push(options)
+      .catch(err => logger.error('Cannot add options in inbox queue.', { options, err }))
   }
 
   static get Instance () {