@@ -177,6 +177,15 @@ class ApiClient {
|
||||
);
|
||||
}
|
||||
|
||||
async setMessageRetentionHours(networkId: string, hours: number) {
|
||||
return this.request(
|
||||
NetworkSchema,
|
||||
"PUT",
|
||||
`/networks/${networkId}/message-retention`,
|
||||
{ hours },
|
||||
);
|
||||
}
|
||||
|
||||
// --- Invitations ---
|
||||
|
||||
async listNetworkInvitations(networkId: string) {
|
||||
|
||||
Reference in New Issue
Block a user