diff options
author | Chocobozzz <me@florianbigard.com> | 2020-11-25 15:11:57 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2020-11-25 15:11:57 +0100 |
commit | d07b2944dbbe4877311a68b3960c04b0173957f0 (patch) | |
tree | 12a5af7b5eab5fc891cc2a829019e6b93030009a /server/models | |
parent | a9d4c3c8ca07e3f7793c9e55a8fa2d0fa8ee56df (diff) | |
download | PeerTube-d07b2944dbbe4877311a68b3960c04b0173957f0.tar.gz PeerTube-d07b2944dbbe4877311a68b3960c04b0173957f0.tar.zst PeerTube-d07b2944dbbe4877311a68b3960c04b0173957f0.zip |
Fix comment account external URL
It did not work, and I think it's better to target the local account
page anyway
Diffstat (limited to 'server/models')
-rw-r--r-- | server/models/activitypub/actor.ts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/server/models/activitypub/actor.ts b/server/models/activitypub/actor.ts index b6dacc534..a2fee0012 100644 --- a/server/models/activitypub/actor.ts +++ b/server/models/activitypub/actor.ts | |||
@@ -62,7 +62,6 @@ export const unusedActorAttributesForAPI = [ | |||
62 | 'sharedInboxUrl', | 62 | 'sharedInboxUrl', |
63 | 'followersUrl', | 63 | 'followersUrl', |
64 | 'followingUrl', | 64 | 'followingUrl', |
65 | 'url', | ||
66 | 'createdAt', | 65 | 'createdAt', |
67 | 'updatedAt' | 66 | 'updatedAt' |
68 | ] | 67 | ] |