diff options
author | silverpill <silverpill@firemail.cc> | 2022-12-30 17:26:43 +0000 |
---|---|---|
committer | silverpill <silverpill@firemail.cc> | 2023-02-27 23:09:46 +0000 |
commit | 5cfb0578a6845db377b5679ac05aa25ee5656211 (patch) | |
tree | a5940d3aabd1c8f02d886c63ef76e85b116381aa /test/fixtures | |
parent | 45646ff52cd045485c6be92713edcd0b37225bc3 (diff) | |
download | pleroma-5cfb0578a6845db377b5679ac05aa25ee5656211.tar.gz pleroma-5cfb0578a6845db377b5679ac05aa25ee5656211.zip |
TagValidator: Drop unrecognized tags
Diffstat (limited to 'test/fixtures')
-rw-r--r-- | test/fixtures/fep-e232.json | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/test/fixtures/fep-e232.json b/test/fixtures/fep-e232.json index 98f339589..e9d12ae35 100644 --- a/test/fixtures/fep-e232.json +++ b/test/fixtures/fep-e232.json @@ -10,6 +10,11 @@ "published": "2022-10-01T21:30:05.211215Z", "tag": [ { + "name": "@bob@example.net", + "type": "Mention", + "href": "https://example.net/users/bob" + }, + { "name": "https://example.org/objects/9", "type": "Link", "href": "https://example.org/objects/9", |