Add back String.downcase that was accidentally removed from tag_validator
This commit is contained in:
parent
1be8deda73
commit
6fa4f08e67
1 changed files with 1 additions and 1 deletions
|
|
@ -55,7 +55,7 @@ defmodule Pleroma.Web.ActivityPub.ObjectValidators.TagValidator do
|
|||
"#" <> name -> name
|
||||
name -> name
|
||||
end
|
||||
|
||||
|> String.downcase()
|
||||
|
||||
data = Map.put(data, "name", name)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue