chore: test deploy snapshot
This commit is contained in:
@@ -2569,6 +2569,7 @@ export async function saveChatShareRoomSettings(
|
||||
accessPinPromptTtlMinutes?: number | null;
|
||||
chatTypeId?: string | null;
|
||||
chatTypeLabel?: string | null;
|
||||
title?: string | null;
|
||||
notifyOffline?: boolean | null;
|
||||
},
|
||||
) {
|
||||
@@ -2595,6 +2596,7 @@ export async function saveChatShareRoomSettings(
|
||||
accessPinPromptTtlMinutes: input.accessPinPromptTtlMinutes,
|
||||
chatTypeId: input.chatTypeId,
|
||||
chatTypeLabel: input.chatTypeLabel,
|
||||
title: input.title,
|
||||
notifyOffline: input.notifyOffline,
|
||||
}),
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user