aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorlain <lain@soykaf.club>2020-12-18 17:44:19 +0100
committerlain <lain@soykaf.club>2020-12-18 17:44:19 +0100
commit9a744d49c824e0a7d9963b00893fb2091e3ac4ab (patch)
treef5ad8865c22124b0037292f800ec862fe887dfee /lib
parentb4b68b71fc88de7ee3387aab1071f2cea257e54d (diff)
downloadpleroma-9a744d49c824e0a7d9963b00893fb2091e3ac4ab.tar.gz
Jason: Remove by now superfluous jason_types file
Diffstat (limited to 'lib')
-rw-r--r--lib/jason_types.ex9
1 files changed, 0 insertions, 9 deletions
diff --git a/lib/jason_types.ex b/lib/jason_types.ex
deleted file mode 100644
index f1fdc96f4..000000000
--- a/lib/jason_types.ex
+++ /dev/null
@@ -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
-)