aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/models/activitypub
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2020-11-25 15:11:57 +0100
committerChocobozzz <me@florianbigard.com>2020-11-25 15:11:57 +0100
commitd07b2944dbbe4877311a68b3960c04b0173957f0 (patch)
tree12a5af7b5eab5fc891cc2a829019e6b93030009a /server/models/activitypub
parenta9d4c3c8ca07e3f7793c9e55a8fa2d0fa8ee56df (diff)
downloadPeerTube-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/activitypub')
-rw-r--r--server/models/activitypub/actor.ts1
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]