mirror of
https://github.com/Monadical-SAS/reflector.git
synced 2025-12-20 20:29:06 +00:00
Merge pull request #457 from Monadical-SAS/remove-is-active-check
Remove is active check
This commit is contained in:
@@ -124,7 +124,6 @@ class MeetingController:
|
||||
.where(
|
||||
sa.and_(
|
||||
meetings.c.room_id == room.id,
|
||||
meetings.c.is_active,
|
||||
meetings.c.end_date > current_time,
|
||||
)
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user