X-Git-Url: https://git.squeep.com/?a=blobdiff_plain;ds=sidebyside;f=lib%2Fpleroma%2Fnotification.ex;h=b7c880c51584da65c62d87e194ee6dbc3bdc1b1d;hb=c623b4324deaf236334a0f77a81435b5bffadf3c;hp=d7e23299223728325a9cd8d3911d138eb3ea46d0;hpb=c2b6c1b089a813cf8c7cbd54c0f80bee4985522c;p=akkoma diff --git a/lib/pleroma/notification.ex b/lib/pleroma/notification.ex index d7e232992..b7c880c51 100644 --- a/lib/pleroma/notification.ex +++ b/lib/pleroma/notification.ex @@ -116,7 +116,8 @@ defmodule Pleroma.Notification do {_, notification_ids} = Repo.update_all(query, []) - from(n in Notification, where: n.id in ^notification_ids) + Notification + |> where([n], n.id in ^notification_ids) |> join(:inner, [n], activity in assoc(n, :activity)) |> join(:left, [n, a], object in Object, on: