Setup needed: paste your owner UUID
This dashboard needs to know which recipients.id belongs to you so it scopes reads/writes correctly.
Open the MF Hub Supabase project → SQL Editor → run this query:
SELECT id FROM recipients WHERE telegram_chat_id = 5973527637;
Copy the UUID it returns, then paste it into CONFIG.ownerId at the top of the <script> block in this file (replacing PASTE_OWNER_UUID_HERE). Save and reload.