06/23 Fix broadcast message Admin requirement

This commit is contained in:
Nguyen Ngo
2026-06-23 21:09:44 -04:00
parent 4e1ff996e8
commit 9b3cd7a2d9
+1 -1
View File
@@ -105,7 +105,7 @@ def send():
user_id = user.id,
title = title,
body = body,
link = url_for('broadcast.index', _external=False),
link = None, # broadcasts are informational — no destination page
event_type = 'admin_broadcast',
is_read = False,
)