TagValidator: Drop unrecognized tags

This commit is contained in:
silverpill 2022-12-30 17:26:43 +00:00
commit 5cfb0578a6
3 changed files with 12 additions and 6 deletions

View file

@ -9,6 +9,11 @@
"content": "<p>test <a href=\"https://example.org/objects/9\">https://example.org/objects/9</a></p>",
"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",