Fix missing , (#18660)
This commit is contained in:
parent
6c2d3038f4
commit
9c571a95db
@ -50,7 +50,7 @@ class ActivityPub::Parser::MediaAttachmentParser
|
||||
components = begin
|
||||
blurhash = @json['blurhash']
|
||||
|
||||
if blurhash.present? && /^[\w#$%*+-.:;=?@\[\]^{|}~]+$/.match?(blurhash)
|
||||
if blurhash.present? && /^[\w#$%*+,-.:;=?@\[\]^{|}~]+$/.match?(blurhash)
|
||||
Blurhash.components(blurhash)
|
||||
end
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user