diff --git a/ietf/sync/rfceditor.py b/ietf/sync/rfceditor.py index 6b3482f10..889317cdc 100644 --- a/ietf/sync/rfceditor.py +++ b/ietf/sync/rfceditor.py @@ -373,6 +373,7 @@ def update_docs_from_rfc_index( "INDEPENDENT": StreamName.objects.get(slug="ise"), "IRTF": StreamName.objects.get(slug="irtf"), "IAB": StreamName.objects.get(slug="iab"), + "Editorial": StreamName.objects.get(slug="editorial"), "Legacy": StreamName.objects.get(slug="legacy"), }