diff options
author | Chocobozzz <me@florianbigard.com> | 2018-07-31 18:04:45 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2018-07-31 18:04:45 +0200 |
commit | a3d1026bf300a8bd7a95e9a25822cfa52adc4208 (patch) | |
tree | 06d344ea6c01b28f9a3220100e3d9fb53db16d00 /server/models/activitypub | |
parent | 4a03da5fa5da0555f5821a946d9bfadbbb6ba177 (diff) | |
download | PeerTube-a3d1026bf300a8bd7a95e9a25822cfa52adc4208.tar.gz PeerTube-a3d1026bf300a8bd7a95e9a25822cfa52adc4208.tar.zst PeerTube-a3d1026bf300a8bd7a95e9a25822cfa52adc4208.zip |
Add index on sharedInboxUrl
Diffstat (limited to 'server/models/activitypub')
-rw-r--r-- | server/models/activitypub/actor.ts | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/server/models/activitypub/actor.ts b/server/models/activitypub/actor.ts index aeb69e7b4..35d7c35e8 100644 --- a/server/models/activitypub/actor.ts +++ b/server/models/activitypub/actor.ts | |||
@@ -91,6 +91,9 @@ enum ScopeNames { | |||
91 | fields: [ 'inboxUrl', 'sharedInboxUrl' ] | 91 | fields: [ 'inboxUrl', 'sharedInboxUrl' ] |
92 | }, | 92 | }, |
93 | { | 93 | { |
94 | fields: [ 'sharedInboxUrl' ] | ||
95 | }, | ||
96 | { | ||
94 | fields: [ 'serverId' ] | 97 | fields: [ 'serverId' ] |
95 | }, | 98 | }, |
96 | { | 99 | { |