Skip to content

Commit 615583f

Browse files
fix fediverse:creator (#24)
1 parent c2d5eea commit 615583f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

users/models/identity.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -666,6 +666,7 @@ def to_ap(self):
666666
"url": self.absolute_profile_uri(),
667667
"toot:discoverable": self.discoverable,
668668
"toot:indexable": self.indexable,
669+
"attributionDomains": [self.domain_id],
669670
}
670671
if self.name:
671672
response["name"] = self.name

0 commit comments

Comments
 (0)