diff options
author | Chocobozzz <me@florianbigard.com> | 2021-02-03 09:33:05 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2021-02-03 09:45:08 +0100 |
commit | ba5a8d89bbf049e4afc41543bcc072cccdb02669 (patch) | |
tree | 6cc6b2dca17745cc0824c7ad4515f3bc4883fa4a /server/lib/activitypub | |
parent | 29f148a61381727a432c22a71c7a2b7cc23d9c9e (diff) | |
download | PeerTube-ba5a8d89bbf049e4afc41543bcc072cccdb02669.tar.gz PeerTube-ba5a8d89bbf049e4afc41543bcc072cccdb02669.tar.zst PeerTube-ba5a8d89bbf049e4afc41543bcc072cccdb02669.zip |
Update server dependencies
Diffstat (limited to 'server/lib/activitypub')
-rw-r--r-- | server/lib/activitypub/inbox-manager.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/server/lib/activitypub/inbox-manager.ts b/server/lib/activitypub/inbox-manager.ts index 19e112f91..6d9bf7cf0 100644 --- a/server/lib/activitypub/inbox-manager.ts +++ b/server/lib/activitypub/inbox-manager.ts | |||
@@ -41,6 +41,7 @@ class InboxManager { | |||
41 | 41 | ||
42 | addInboxMessage (options: QueueParam) { | 42 | addInboxMessage (options: QueueParam) { |
43 | this.inboxQueue.push(options) | 43 | this.inboxQueue.push(options) |
44 | .catch(err => logger.error('Cannot add options in inbox queue.', { options, err })) | ||
44 | } | 45 | } |
45 | 46 | ||
46 | static get Instance () { | 47 | static get Instance () { |