X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=server%2Fmodels%2Factivitypub%2Factor.ts;fp=server%2Fmodels%2Factivitypub%2Factor.ts;h=71db44b2f8948163c46e45241f61dac6b806c8fc;hb=458218d2baf286835754c666cfc635cce467c24e;hp=e539b579cc60d65c96996272263c4f51ccbd85e7;hpb=729c0f4d419ef5b6eb59d290950c3378f9f17191;p=github%2FChocobozzz%2FPeerTube.git 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 = [ } } }, - { - fields: [ 'preferredUsername' ], - unique: true, - where: { - serverId: null - } - }, + // { + // fields: [ 'preferredUsername' ], + // unique: true, + // where: { + // serverId: null + // } + // }, { fields: [ 'inboxUrl', 'sharedInboxUrl' ] },