chore: test deploy snapshot

This commit is contained in:
2026-05-27 11:19:49 +09:00
parent 4c4b3c8d2c
commit 7e9c3bd097
5 changed files with 122 additions and 39 deletions

View File

@@ -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,
}),
},