Direct messages should provide a distinct push notification subject
This commit is contained in:
parent
3b1bc079af
commit
152caef51d
@ -125,6 +125,10 @@ defmodule Pleroma.Web.Push.Impl do
|
||||
end
|
||||
end
|
||||
|
||||
def format_title(%{activity: %{data: %{"directMessage" => true}}}) do
|
||||
"New Direct Message"
|
||||
end
|
||||
|
||||
def format_title(%{activity: %{data: %{"type" => type}}}) do
|
||||
case type do
|
||||
"Create" -> "New Mention"
|
||||
|
Loading…
Reference in New Issue
Block a user