logo

pleroma

My custom branche(s) on git.pleroma.social/pleroma/pleroma git clone https://hacktivis.me/git/pleroma.git
commit: fddea9e3ceb11ce2f749d23e7f3c2fa6d6c8df83
parent 570a406b7a307000a985c792ccffeac2142eeec4
Author: Mark Felder <feld@FreeBSD.org>
Date:   Wed,  7 Oct 2020 10:34:24 -0500

:pubsub is deprecated and replaced wit :pubsub_server

Diffstat:

Mconfig/config.exs2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/config/config.exs b/config/config.exs @@ -143,7 +143,7 @@ config :pleroma, Pleroma.Web.Endpoint, secret_key_base: "aK4Abxf29xU9TTDKre9coZPUgevcVCFQJe/5xP/7Lt4BEif6idBIbjupVbOrbKxl", signing_salt: "CqaoopA2", render_errors: [view: Pleroma.Web.ErrorView, accepts: ~w(json)], - pubsub: [name: Pleroma.PubSub, adapter: Phoenix.PubSub.PG2], + pubsub_server: Pleroma.PubSub, secure_cookie_flag: true, extra_cookie_attrs: [ "SameSite=Lax"