aboutsummaryrefslogtreecommitdiffhomepage
path: root/server
diff options
context:
space:
mode:
Diffstat (limited to 'server')
-rw-r--r--server/models/activitypub/actor.ts14
1 files changed, 7 insertions, 7 deletions
diff --git a/server/models/activitypub/actor.ts b/server/models/activitypub/actor.ts
index e539b579c..71db44b2f 100644
--- a/server/models/activitypub/actor.ts
+++ b/server/models/activitypub/actor.ts
@@ -122,13 +122,13 @@ export const unusedActorAttributesForAPI = [
122 } 122 }
123 } 123 }
124 }, 124 },
125 { 125 // {
126 fields: [ 'preferredUsername' ], 126 // fields: [ 'preferredUsername' ],
127 unique: true, 127 // unique: true,
128 where: { 128 // where: {
129 serverId: null 129 // serverId: null
130 } 130 // }
131 }, 131 // },
132 { 132 {
133 fields: [ 'inboxUrl', 'sharedInboxUrl' ] 133 fields: [ 'inboxUrl', 'sharedInboxUrl' ]
134 }, 134 },