forked from AkkomaGang/akkoma
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",
|
preferred_locale: "en",
|
||||||
pleroma: %{
|
pleroma: %{
|
||||||
activity_id: activity_id,
|
activity_id: activity_id,
|
||||||
direct_conversation_id: direct_conversation_id,
|
direct_conversation_id: direct_conversation_id
|
||||||
account: user.ap_id
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|> Jason.encode!()
|
|> Jason.encode!()
|
||||||
|
|
Loading…
Reference in a new issue