You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Route personal Slack notifications to DM, channel for public accountability
Personal reminders (10-min/5-min session warnings, pre-reservation, late
check-in) now go directly to the user via Slack DM so the channel is not
flooded with repeated @mentions. Grace period exceeded, overdue, no-show,
and suspension notifications stay in the channel since they affect shared
resources and warrant community visibility.
"Move your car" admin requests now DM the owner privately while posting a
brief, mention-free note to the channel for transparency.
New functions: sendSlackDM (conversations.open + chat.postMessage),
notifyUser (DM-first with email fallback). Bot token now requires im:write
scope in addition to chat:write and users:read.email.
0 commit comments