Skip to content

Commit 9b14d17

Browse files
committed
Stop requiring AD approval of virtual interims. Fixes ietf-tools#2972. Commit ready for merge.
- Legacy-Id: 17723
1 parent 8c36cfb commit 9b14d17

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ietf/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -765,7 +765,7 @@ def skip_unreadable_post(record):
765765

766766
# Interim Meeting Tool settings
767767
INTERIM_ANNOUNCE_FROM_EMAIL = 'IESG Secretary <iesg-secretary@ietf.org>'
768-
VIRTUAL_INTERIMS_REQUIRE_APPROVAL = True
768+
VIRTUAL_INTERIMS_REQUIRE_APPROVAL = False
769769
INTERIM_SESSION_MINIMUM_MINUTES = 30
770770
INTERIM_SESSION_MAXIMUM_MINUTES = 300
771771

0 commit comments

Comments
 (0)