cleanup message retention from orion api

This commit is contained in:
talksik
2026-04-07 16:10:53 -07:00
parent a9a51f499e
commit 0ad74d2f8f
9 changed files with 12 additions and 118 deletions
-1
View File
@@ -127,7 +127,6 @@ func main() {
mux.Handle("GET /networks", withAuth(h.ListNetworks))
mux.Handle("GET /networks/{id}", withAuth(h.GetNetwork))
mux.Handle("POST /networks/{id}/members", withAuth(h.AddMembersToNetwork))
mux.Handle("PUT /networks/{id}/message-retention", withAuth(h.SetMessageRetentionHours))
// mux.Handle("DELETE /networks/{id}/members/{humanId}", withAuth(h.RemoveMemberFromNetwork))
// Network Invitations