diff options
author | Mark Felder <feld@FreeBSD.org> | 2020-06-26 12:45:46 -0500 |
---|---|---|
committer | Mark Felder <feld@FreeBSD.org> | 2020-06-26 12:45:46 -0500 |
commit | 69848d5c97c9e5d4c14fb5613eb174cb81d5026d (patch) | |
tree | 02411c5e177dc5ed853d420095237a9eb8442a47 /lib/pleroma/web/push/impl.ex | |
parent | fd5e797379155e5a85deb88dc79f8fbca483948e (diff) | |
download | pleroma-69848d5c97c9e5d4c14fb5613eb174cb81d5026d.tar.gz |
Rename notification "privacy_option" setting
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, |