Remove account
field from web push payload
This commit is contained in:
parent
80ededc04f
commit
4af69f047d
1 changed files with 1 additions and 2 deletions
|
@ -48,8 +48,7 @@ def perform(
|
|||
preferred_locale: "en",
|
||||
pleroma: %{
|
||||
activity_id: activity_id,
|
||||
direct_conversation_id: direct_conversation_id,
|
||||
account: user.ap_id
|
||||
direct_conversation_id: direct_conversation_id
|
||||
}
|
||||
}
|
||||
|> Jason.encode!()
|
||||
|
|
Loading…
Reference in a new issue