]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commitdiff
Add index on sharedInboxUrl
authorChocobozzz <me@florianbigard.com>
Tue, 31 Jul 2018 16:04:45 +0000 (18:04 +0200)
committerChocobozzz <me@florianbigard.com>
Tue, 31 Jul 2018 16:04:45 +0000 (18:04 +0200)
server/models/activitypub/actor.ts

index aeb69e7b4f59634e4d81729d581d22ad0718240a..35d7c35e8635bcba7c3c1e3f20b8c05f4cbe5303 100644 (file)
@@ -90,6 +90,9 @@ enum ScopeNames {
     {
       fields: [ 'inboxUrl', 'sharedInboxUrl' ]
     },
+    {
+      fields: [ 'sharedInboxUrl' ]
+    },
     {
       fields: [ 'serverId' ]
     },