Linting.
[akkoma] / lib / pleroma / web / websub / websub_client_subscription.ex
index 77703c496b290b40687a4950691761645d535d6f..23a04b87d4756cca5594900f9b602142e10fb478 100644 (file)
@@ -13,7 +13,7 @@ defmodule Pleroma.Web.Websub.WebsubClientSubscription do
     field(:state, :string)
     field(:subscribers, {:array, :string}, default: [])
     field(:hub, :string)
-    belongs_to(:user, User, type: Pleroma.FlakeId)
+    belongs_to(:user, User, type: FlakeId.Ecto.CompatType)
 
     timestamps()
   end