Fixes boosted remote statuses coming in as Notes
This commit is contained in:
parent
2e245f84be
commit
a39cd670ef
2 changed files with 4 additions and 3 deletions
|
@ -608,8 +608,8 @@ class Inbox(TestCase):
|
|||
"summary": "",
|
||||
"tag": [],
|
||||
"sensitive": False,
|
||||
"@context": "https://www.w3.org/ns/activitystreams"
|
||||
}
|
||||
"@context": "https://www.w3.org/ns/activitystreams",
|
||||
},
|
||||
)
|
||||
|
||||
with patch("bookwyrm.models.status.Status.ignore_activity") as discarder:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue