Skip to content

Commit 31da337

Browse files
committed
change default notify address for IRTF stream documents. Fixes bug ietf-tools#1489. Commit ready for merge.
- Legacy-Id: 8506
1 parent 0496ee1 commit 31da337

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

ietf/doc/views_draft.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -235,9 +235,9 @@ def change_stream(request, name):
235235
if new_stream != old_stream:
236236
if new_stream and new_stream.slug and new_stream.slug == "irtf":
237237
if not doc.notify:
238-
doc.notify = "irtf@irtf.org"
239-
elif "irtf@irtf.org" not in doc.notify:
240-
doc.notify += ", irtf@irtf.org"
238+
doc.notify = "irsg@irtf.org"
239+
elif "irsg@irtf.org" not in doc.notify:
240+
doc.notify += ", irsg@irtf.org"
241241

242242
save_document_in_history(doc)
243243

0 commit comments

Comments
 (0)