X-Git-Url: https://git.squeep.com/?a=blobdiff_plain;f=lib%2Fpleroma%2Fdaemons%2Fdigest_email_daemon.ex;h=b4c8eaad9470ce9f421981a24d6c763f7d7c0ed7;hb=dad23e3766fb90c2c9b6bca7b5531273242659ad;hp=462ad2c55eaa5f3b0e9a7d5715bf1ef5f42d7cd2;hpb=2990c0a53b14646eab19b57d068ac8aa7e17ea4e;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 )