mirror of
https://git.pleroma.social/pleroma/pleroma.git
synced 2025-01-09 08:45:26 +00:00
Update filter_view.ex to return whole_word actual value
This commit is contained in:
parent
b1b6a7dfa8
commit
f341a8e142
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ defmodule Pleroma.Web.MastodonAPI.FilterView do
|
||||||
context: filter.context,
|
context: filter.context,
|
||||||
expires_at: expires_at,
|
expires_at: expires_at,
|
||||||
irreversible: filter.hide,
|
irreversible: filter.hide,
|
||||||
whole_word: false
|
whole_word: filter.whole_word
|
||||||
}
|
}
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue