refactor: cut over room mode from paired legacy

This commit is contained in:
Eyejoker
2026-03-31 14:47:59 +09:00
parent f04e5d06b3
commit 509e4c24a3
12 changed files with 245 additions and 68 deletions

View File

@@ -171,6 +171,10 @@ export function isReviewerServiceForChat(
);
}
export function hasReviewerLease(chatJid: string): boolean {
return getEffectiveChannelLease(chatJid).reviewer_service_id !== null;
}
export function isArbiterServiceForChat(
chatJid: string,
serviceId: string = SERVICE_ID,