From: MK Fain Date: Wed, 5 Aug 2020 02:01:27 +0000 (+0000) Subject: Update filter_view.ex to return whole_word actual value X-Git-Url: https://git.squeep.com/?a=commitdiff_plain;h=f341a8e142ad9d4c92afc4a97ef387df068e38e0;p=akkoma Update filter_view.ex to return whole_word actual value --- diff --git a/lib/pleroma/web/mastodon_api/views/filter_view.ex b/lib/pleroma/web/mastodon_api/views/filter_view.ex index aeff646f5..c37f624e0 100644 --- 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: false + whole_word: filter.whole_word } end end