From 9b3cd7a2d9f41409767706cf14deedad5007fba6 Mon Sep 17 00:00:00 2001 From: Nguyen Ngo Date: Tue, 23 Jun 2026 21:09:44 -0400 Subject: [PATCH] 06/23 Fix broadcast message Admin requirement --- app/routes/broadcast.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/routes/broadcast.py b/app/routes/broadcast.py index 2a4cfb4..2380c9f 100644 --- a/app/routes/broadcast.py +++ b/app/routes/broadcast.py @@ -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, )