misc: add support for the new "file-import" channel (#81074)
gitea/wcs-olap/pipeline/head This commit looks good Details

This commit is contained in:
Frédéric Péters 2023-09-14 07:57:43 +02:00
parent 31b63b45f4
commit b6d00fab97
1 changed files with 1 additions and 0 deletions

View File

@ -78,6 +78,7 @@ class WcsOlapFeeder:
[6, 'email', 'email'],
[7, 'fax', 'fax'],
[8, 'social-network', 'réseau social'],
[9, 'file-import', 'importation de fichier'],
]
channel_to_id = {c[1]: c[0] for c in channels}
id_to_channel = {c[0]: c[1] for c in channels}