Pleroma.Filter: fix gradient error

lib/pleroma/filter.ex: The clause on line 220 cannot be reached
This commit is contained in:
Mark Felder 2024-01-31 14:22:17 -05:00
parent d42b0eb29b
commit a2c686e16c
1 changed files with 0 additions and 3 deletions

View File

@ -216,9 +216,6 @@ def compose_regex([_ | _] = filters, format) do
:re ->
~r/\b#{phrases}\b/i
_ ->
nil
end
end