This commit is contained in:
Timothy Jaeryang Baek 2026-06-15 23:32:06 +02:00
parent 5019af79a0
commit 38920c0ed1
2 changed files with 2 additions and 1 deletions

View file

@ -25,6 +25,7 @@ export const DEFAULT_PERMISSIONS = {
public_skills: false,
notes: false,
public_notes: false,
folders: false,
public_chats: false,
public_calendars: false
},

View file

@ -475,7 +475,7 @@
const type = event?.data?.type ?? null;
const data = event?.data?.data ?? null;
// Calendar alerts are not chat-scoped handle before chat_id checks
// Calendar alerts are not chat-scoped, handle before chat_id checks
if (type === 'calendar:alert' && data) {
const timeStr =
data.minutes_until <= 0