mirror of
https://git.pleroma.social/sjw/pleroma.git
synced 2024-11-18 16:36:21 +01:00
Privacy option affects all push notifications, not just Direct Messages
This commit is contained in:
parent
68a126317d
commit
57736c1833
@ -106,14 +106,13 @@ defmodule Pleroma.Web.Push.Impl do
|
||||
|
||||
def build_content(
|
||||
%{
|
||||
activity: %{data: %{"directMessage" => true}},
|
||||
user: %{notification_settings: %{privacy_option: true}}
|
||||
},
|
||||
} = notification,
|
||||
actor,
|
||||
_object,
|
||||
_mastodon_type
|
||||
mastodon_type
|
||||
) do
|
||||
%{title: "New Direct Message", body: "@#{actor.nickname}"}
|
||||
%{title: format_title(notification, mastodon_type), body: "@#{actor.nickname}"}
|
||||
end
|
||||
|
||||
def build_content(notification, actor, object, mastodon_type) do
|
||||
|
Loading…
Reference in New Issue
Block a user