Hide the sender when privacy option is enabled
This commit is contained in:
parent
57736c1833
commit
a2580adc91
2 changed files with 3 additions and 4 deletions
|
|
@ -209,8 +209,7 @@ defmodule Pleroma.Web.Push.ImplTest do
|
|||
object = Object.normalize(activity)
|
||||
|
||||
assert Impl.build_content(notif, actor, object) == %{
|
||||
body: "@Bob",
|
||||
title: "New Direct Message"
|
||||
body: "New Direct Message"
|
||||
}
|
||||
end
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue