Remove `account` field from web push payload

stable
Egor Kislitsyn 5 years ago
parent 80ededc04f
commit 4af69f047d
No known key found for this signature in database
GPG Key ID: 1B49CB15B71E7805

@ -48,8 +48,7 @@ defmodule Pleroma.Web.Push.Impl do
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…
Cancel
Save