Remove account field from web push payload

This commit is contained in:
Egor Kislitsyn 2019-11-27 02:32:55 +07:00
parent 80ededc04f
commit 4af69f047d
No known key found for this signature in database
GPG key ID: 1B49CB15B71E7805

View file

@ -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!()