change delimiter in validUIDs

This commit is contained in:
2026-02-09 23:28:54 -07:00
parent 360eb0cc74
commit 469046216a
+1 -1
View File
@@ -352,7 +352,7 @@ func ConferenceMembers(ctxt ui.AmContext) (string, any, error) {
ctxt.VarMap().Set("total", total)
ctxt.VarMap().Set("validUids", strings.Join(util.Map(mr, func(cd CMData) string {
return fmt.Sprintf("%d", cd.User.Uid)
}), ","))
}), "|"))
if offset > 0 {
ctxt.VarMap().Set("showPrev", true)
}