Fix error when encountering invalid tag in updated object (#37635)

This commit is contained in:
Claire
2026-01-27 17:01:22 +01:00
committed by GitHub
parent a20519d671
commit 7af5ba271d
2 changed files with 6 additions and 1 deletions

View File

@@ -258,6 +258,7 @@ RSpec.describe ActivityPub::ProcessStatusUpdateService do
tag: [
{ type: 'Hashtag', name: 'foo' },
{ type: 'Hashtag', name: 'bar' },
{ type: 'Hashtag', name: '#2024' },
],
}
end