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
Should identify events whose connection_start and connection_end intervals overlap
Should look at vc_events per user & guild. (vc_events contains 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).
connection_startandconnection_endintervals overlapvc_eventsper user & guild. (vc_eventscontains events from multiple users, not just a single user, but multiple users could reasonably have overlapping events.guild.last_reset).