Index: openacs-4/packages/proctoring-support/lib/proctoring-upload.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/proctoring-support/lib/Attic/proctoring-upload.tcl,v diff -u -r1.1.2.16 -r1.1.2.17 --- openacs-4/packages/proctoring-support/lib/proctoring-upload.tcl 15 Feb 2022 14:11:38 -0000 1.1.2.16 +++ openacs-4/packages/proctoring-support/lib/proctoring-upload.tcl 15 Feb 2022 15:47:00 -0000 1.1.2.17 @@ -92,13 +92,14 @@ if {[namespace which ::ws::multicast] eq ""} { ns_log warning "proctoring-upload: notify was requested, but websockets are NOT configured" } else { - set message [subst -nocommands { + set message [subst { { "user_id": "$user_id", "name": "$name", "type": "$type", "timestamp": "$timestamp", - "file": "[dict get $artifact file]" + "file": "[dict get $artifact file]", + "id": "[dict get $artifact artifact_id]" } }]