X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;f=lib%2Fpleroma%2Fdaemons%2Fdigest_email_daemon.ex;h=b4c8eaad9470ce9f421981a24d6c763f7d7c0ed7;hb=6e6f1ead31ba26bc42b14226e3c0876042f0596a;hp=462ad2c55eaa5f3b0e9a7d5715bf1ef5f42d7cd2;hpb=79cf629e1a3610a93f5b9349c18a4464eb859d3d;p=akkoma diff --git a/lib/pleroma/daemons/digest_email_daemon.ex b/lib/pleroma/daemons/digest_email_daemon.ex index 462ad2c55..b4c8eaad9 100644 --- a/lib/pleroma/daemons/digest_email_daemon.ex +++ b/lib/pleroma/daemons/digest_email_daemon.ex @@ -17,7 +17,7 @@ defmodule Pleroma.Daemons.DigestEmailDaemon do now = NaiveDateTime.truncate(NaiveDateTime.utc_now(), :second) from(u in inactive_users_query, - where: fragment(~s(? #> '{"email_notifications","digest"}' @> 'true'), u.info), + where: fragment(~s(? ->'digest' @> 'true'), u.email_notifications), where: u.last_digest_emailed_at < datetime_add(^now, ^negative_interval, "day"), select: u )