Fixes boosted remote statuses coming in as Notes
This commit is contained in:
@ -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:
|
||||
|
Reference in New Issue
Block a user