Update notify.py

This commit is contained in:
Groupr 2025-06-02 23:33:13 +00:00
parent b293cf19e2
commit 08ad67c6de

View file

@ -257,4 +257,4 @@ def send_digest_notifications(request, notification_dict, frequency="daily"):
for notification in notifications:
notification.sent = True
request.dbsession.add(notification)
request.dbsession.flush()
request.dbsession.flush()