Adds deduplication fields
This commit is contained in:
parent
31a407d74a
commit
7c43fa1f7c
10 changed files with 174 additions and 73 deletions
|
@ -32,7 +32,9 @@ class User(OrderedCollectionPageMixin, AbstractUser):
|
|||
inbox = fields.RemoteIdField(unique=True)
|
||||
shared_inbox = fields.RemoteIdField(
|
||||
activitypub_field='sharedInbox',
|
||||
activitypub_wrapper='endpoints', null=True)
|
||||
activitypub_wrapper='endpoints',
|
||||
deduplication_field=False,
|
||||
null=True)
|
||||
federated_server = models.ForeignKey(
|
||||
'FederatedServer',
|
||||
on_delete=models.PROTECT,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue