diff options
author | Roman Chvanikov <chvanikoff@pm.me> | 2020-07-15 18:29:23 +0300 |
---|---|---|
committer | Roman Chvanikov <chvanikoff@pm.me> | 2020-07-15 18:29:23 +0300 |
commit | 24c603c27273a60446f8ed1e8e70ad915e0adce6 (patch) | |
tree | d3ff4c93b182c374bf182a0caea0da57ef3b82d5 /lib/pleroma/web/push/impl.ex | |
parent | 62686541e4ee0460463247f43a1e71696b96d1df (diff) | |
parent | 00f9b53f07346d052adab105bde3428c98fc4660 (diff) | |
download | pleroma-24c603c27273a60446f8ed1e8e70ad915e0adce6.tar.gz |
Merge develop
Diffstat (limited to 'lib/pleroma/web/push/impl.ex')
-rw-r--r-- | lib/pleroma/web/push/impl.ex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/pleroma/web/push/impl.ex b/lib/pleroma/web/push/impl.ex index cdb827e76..16368485e 100644 --- a/lib/pleroma/web/push/impl.ex +++ b/lib/pleroma/web/push/impl.ex @@ -104,7 +104,7 @@ defmodule Pleroma.Web.Push.Impl do def build_content( %{ - user: %{notification_settings: %{privacy_option: true}} + user: %{notification_settings: %{hide_notification_contents: true}} } = notification, _actor, _object, |