-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
Description
- Should identify events whose
connection_startandconnection_endintervals overlap - Should look at
vc_eventsper user & guild. (vc_eventscontains events from multiple users, not just a single user, but multiple users could reasonably have overlapping events.- This could either look at all users in a single query, or just a single user in a single query.
- Should ideally return a list of overlapping events, but a count of overlapping events would also be good.
- Should be optionally timeboxed to prevent looking at very old events (maybe default to looking at events newer than
guild.last_reset).
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
🔖 Ready