From: Mark Felder Date: Wed, 7 Oct 2020 15:34:24 +0000 (-0500) Subject: :pubsub is deprecated and replaced wit :pubsub_server X-Git-Url: https://git.squeep.com/?a=commitdiff_plain;h=fddea9e3ceb11ce2f749d23e7f3c2fa6d6c8df83;p=akkoma :pubsub is deprecated and replaced wit :pubsub_server --- diff --git a/config/config.exs b/config/config.exs index 2e6b0796a..0c73ecb59 100644 --- 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"