able to display the "Edit Conference" dialog

This commit is contained in:
2026-02-01 23:16:58 -07:00
parent 2c55eef7bf
commit 17af0192f4
10 changed files with 335 additions and 13 deletions
-2
View File
@@ -26,8 +26,6 @@ import (
log "github.com/sirupsen/logrus"
)
var ENOPERM error = errors.New("you are not permitted to perform this operation")
// slurpFile reads the contrents of a multipart.File into memory.
func slurpFile(file *multipart.FileHeader) ([]byte, error) {
f, err := file.Open()