diff options
author | rinpatch <rinpatch@sdf.org> | 2019-09-17 13:04:43 +0300 |
---|---|---|
committer | rinpatch <rinpatch@sdf.org> | 2019-09-17 13:04:43 +0300 |
commit | a21584556f2c3edb90db3c58ba2a4829a7e220c1 (patch) | |
tree | 542403dcc4ead1724c151b7121b7f42f98057f47 /lib | |
parent | a58f29b826333c1ecb0907228f0e087a3ecd9778 (diff) | |
download | pleroma-a21584556f2c3edb90db3c58ba2a4829a7e220c1.tar.gz |
Update oban to 0.8.1
This version uses a different locking mechanism, which gets rid of
`WARNING: you don't own a lock of type ShareLock` log spam
Diffstat (limited to 'lib')
-rw-r--r-- | lib/pleroma/flake_id.ex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/pleroma/flake_id.ex b/lib/pleroma/flake_id.ex index 47d61ca5f..042cf8659 100644 --- a/lib/pleroma/flake_id.ex +++ b/lib/pleroma/flake_id.ex @@ -14,7 +14,7 @@ defmodule Pleroma.FlakeId do @type t :: binary - @behaviour Ecto.Type + use Ecto.Type use GenServer require Logger alias __MODULE__ |