aboutsummaryrefslogtreecommitdiff
path: root/lib/pleroma/thread_mute.ex
diff options
context:
space:
mode:
authorHaelwenn (lanodan) Monnier <contact@hacktivis.me>2019-03-05 03:52:23 +0100
committerHaelwenn (lanodan) Monnier <contact@hacktivis.me>2019-03-13 04:26:54 +0100
commita3a9cec4835738216800d2cebd295fb8dbf10f34 (patch)
treedcf75486687527d207b55730208db919087b7539 /lib/pleroma/thread_mute.ex
parent4c440f12c345eeb1bc5092f9440706b2a220aa38 (diff)
downloadpleroma-a3a9cec4835738216800d2cebd295fb8dbf10f34.tar.gz
[Credo] fix Credo.Check.Readability.AliasOrder
Diffstat (limited to 'lib/pleroma/thread_mute.ex')
-rw-r--r--lib/pleroma/thread_mute.ex4
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/pleroma/thread_mute.ex b/lib/pleroma/thread_mute.ex
index 7353d8476..10d31679d 100644
--- a/lib/pleroma/thread_mute.ex
+++ b/lib/pleroma/thread_mute.ex
@@ -4,9 +4,11 @@
defmodule Pleroma.ThreadMute do
use Ecto.Schema
+
alias Pleroma.Repo
- alias Pleroma.User
alias Pleroma.ThreadMute
+ alias Pleroma.User
+
require Ecto.Query
schema "thread_mutes" do