logo

pleroma

My custom branche(s) on git.pleroma.social/pleroma/pleroma git clone https://hacktivis.me/git/pleroma.git
commit: 527e8037589ab06e772125cdf937388db6d2c468
parent fbc187ac15524638db2b116ed2b7365aaecdf2e4
Author: lain <lain@soykaf.club>
Date:   Tue, 27 Mar 2018 16:10:41 +0200

Add missing types.

Diffstat:

Alib/jason_types.ex1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/lib/jason_types.ex b/lib/jason_types.ex @@ -0,0 +1 @@ +Postgrex.Types.define(Pleroma.PostgresTypes, [] ++ Ecto.Adapters.Postgres.extensions(), json: Jason)