landed E-mail invites at three levels

This commit is contained in:
2026-01-30 14:44:30 -07:00
parent a0064b37a5
commit 2c9ceefd6b
7 changed files with 185 additions and 7 deletions
+1
View File
@@ -77,6 +77,7 @@ func setupEcho() *echo.Echo {
e.POST("/create_comm", ui.AmWrap(CreateCommunity))
e.POST("/attachment_upload", ui.AmWrap(AttachmentUpload))
e.GET("/attachment/:post", ui.AmWrap(AttachmentSend))
e.POST("/__invite_send", ui.AmWrap(InviteSend))
// community group
commGroup := e.Group("/comm/:cid", ui.SetCommunity)