forked from AkkomaGang/akkoma
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 @@ def render("show.json", %{filter: filter}) do
|
|||
context: filter.context,
|
||||
expires_at: expires_at,
|
||||
irreversible: filter.hide,
|
||||
whole_word: false
|
||||
whole_word: filter.whole_word
|
||||
}
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue