projects
/
akkoma
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b1b6a7d
)
Update filter_view.ex to return whole_word actual value
author
MK Fain
<mk@marykatefain.com>
Wed, 5 Aug 2020 02:01:27 +0000
(
02:01
+0000)
committer
MK Fain
<mk@marykatefain.com>
Wed, 5 Aug 2020 02:01:27 +0000
(
02:01
+0000)
lib/pleroma/web/mastodon_api/views/filter_view.ex
patch
|
blob
|
history
diff --git
a/lib/pleroma/web/mastodon_api/views/filter_view.ex
b/lib/pleroma/web/mastodon_api/views/filter_view.ex
index aeff646f559d6268d97d700d5163ace67e881c22..c37f624e071380bd55a1fd841f6ac1259a0f98d5 100644
(file)
--- a/
lib/pleroma/web/mastodon_api/views/filter_view.ex
+++ b/
lib/pleroma/web/mastodon_api/views/filter_view.ex
@@
-25,7
+25,7
@@
defmodule Pleroma.Web.MastodonAPI.FilterView do
context: filter.context,
expires_at: expires_at,
irreversible: filter.hide,
- whole_word: f
alse
+ whole_word: f
ilter.whole_word
}
end
end