added Emoji.Formatter
[akkoma] / lib / pleroma / notification.ex
index 04bbfa0df0383b82e2268fdc4a40ec2fda2adb07..5d29af8536a5b6d8409a87916b2aa58a1e9ab6c4 100644 (file)
@@ -67,7 +67,7 @@ defmodule Pleroma.Notification do
       |> join(:left, [n, a], tm in Pleroma.ThreadMute,
         on: tm.user_id == ^user.id and tm.context == fragment("?->>'context'", a.data)
       )
-      |> where([n, a, o, tm], is_nil(tm.id))
+      |> where([n, a, o, tm], is_nil(tm.user_id))
     end
   end