Deduplicate incoming Create notes
This commit is contained in:
parent
722f44ac9f
commit
21c0a0163a
2 changed files with 5 additions and 1 deletions
|
@ -76,8 +76,8 @@ class Status(OrderedCollectionPageMixin, BookWyrmModel):
|
|||
return tags
|
||||
|
||||
shared_mappings = [
|
||||
ActivityMapping('id', 'remote_id'),
|
||||
ActivityMapping('url', 'remote_id'),
|
||||
ActivityMapping('id', 'remote_id'),
|
||||
ActivityMapping('inReplyTo', 'reply_parent'),
|
||||
ActivityMapping('published', 'published_date'),
|
||||
ActivityMapping('attributedTo', 'user'),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue