logo

pleroma

My custom branche(s) on git.pleroma.social/pleroma/pleroma git clone https://hacktivis.me/git/pleroma.git
commit: 9a744d49c824e0a7d9963b00893fb2091e3ac4ab
parent b4b68b71fc88de7ee3387aab1071f2cea257e54d
Author: lain <lain@soykaf.club>
Date:   Fri, 18 Dec 2020 17:44:19 +0100

Jason: Remove by now superfluous jason_types file

Diffstat:

Mconfig/config.exs1-
Dlib/jason_types.ex9---------
2 files changed, 0 insertions(+), 10 deletions(-)

diff --git a/config/config.exs b/config/config.exs @@ -47,7 +47,6 @@ use Mix.Config config :pleroma, ecto_repos: [Pleroma.Repo] config :pleroma, Pleroma.Repo, - types: Pleroma.PostgresTypes, telemetry_event: [Pleroma.Repo.Instrumenter], migration_lock: nil diff --git a/lib/jason_types.ex b/lib/jason_types.ex @@ -1,9 +0,0 @@ -# Pleroma: A lightweight social networking server -# Copyright © 2017-2020 Pleroma Authors <https://pleroma.social/> -# SPDX-License-Identifier: AGPL-3.0-only - -Postgrex.Types.define( - Pleroma.PostgresTypes, - [] ++ Ecto.Adapters.Postgres.extensions(), - json: Jason -)