landed community membership controls

This commit is contained in:
2026-02-23 15:19:30 -07:00
parent 4db82f63d5
commit 192c0515ab
7 changed files with 353 additions and 14 deletions
+2 -1
View File
@@ -214,10 +214,11 @@ func ConferenceAliasAdd(ctxt ui.AmContext) (string, any) {
return "framed", "conf_aliases.jet"
}
// CMData is the result data passed to the conference members page.
// CMData is the result data passed to the community or conference members page.
type CMData struct {
User *database.User
Level uint16
Lock bool
}
/* ConferenceMembers shows the conference members and allows their access levels to be adjusted.