diff options
| author | feld <feld@feld.me> | 2021-06-07 20:06:36 +0000 |
|---|---|---|
| committer | feld <feld@feld.me> | 2021-06-07 20:06:36 +0000 |
| commit | 84f42b92f0f53c569d0f7628d0a4af3ee5c06eaa (patch) | |
| tree | 80664a6152e92abb37133fede9e3ed72c6801910 /test/fixtures/activitypub-client-post-activity.json | |
| parent | 4ca380490f1e42ef6b12c4b12ba9efabb89472fd (diff) | |
| parent | 64bc0c69ed6b77283905b04585f03c23cbedbe03 (diff) | |
| download | pleroma-84f42b92f0f53c569d0f7628d0a4af3ee5c06eaa.tar.gz pleroma-84f42b92f0f53c569d0f7628d0a4af3ee5c06eaa.zip | |
Merge branch 'develop' into 'fix/prune-hashtags'
# Conflicts:
# CHANGELOG.md
Diffstat (limited to 'test/fixtures/activitypub-client-post-activity.json')
| -rw-r--r-- | test/fixtures/activitypub-client-post-activity.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/fixtures/activitypub-client-post-activity.json b/test/fixtures/activitypub-client-post-activity.json index c985e072b..e592081bc 100644 --- a/test/fixtures/activitypub-client-post-activity.json +++ b/test/fixtures/activitypub-client-post-activity.json @@ -3,6 +3,7 @@ "type": "Create", "object": { "type": "Note", + "to": ["https://www.w3.org/ns/activitystreams#Public"], "content": "It's a note" }, "to": ["https://www.w3.org/ns/activitystreams#Public"] |
