Pass user instead of their ap_id to User.block
[akkoma] / lib / jason_types.ex
index 4c89664ffbab403bab7060d1e2b511ffcbca7862..d1a7bc7ac352b692dcc2a4f593a71b98eb85ab3f 100644 (file)
@@ -1 +1,5 @@
-Postgrex.Types.define(Pleroma.PostgresTypes, [] ++ Ecto.Adapters.Postgres.extensions(), json: Jason)
+Postgrex.Types.define(
+  Pleroma.PostgresTypes,
+  [] ++ Ecto.Adapters.Postgres.extensions(),
+  json: Jason
+)