Merge branch 'develop' into docs/apache-config
[akkoma] / lib / pleroma / notification.ex
index 7a69dacde4aa9b684b1e6110eb6d0584b850182d..55b51321287426fd00abb22e0e8185b59066b6ee 100644 (file)
@@ -115,7 +115,7 @@ defmodule Pleroma.Notification do
     |> where(
       [n, a],
       fragment(
-        "? not in (SELECT ap_id FROM users WHERE deactivated = 'true')",
+        "? not in (SELECT ap_id FROM users WHERE is_active = 'false')",
         a.actor
       )
     )