[fix-caption-locale-subscription] - hasCaption will now search for the active caption locales.
This commit is contained in:
parent
284753e6b9
commit
cb38192b6b
@ -2080,10 +2080,5 @@ select "meeting"."meetingId",
|
||||
select 1
|
||||
from "v_caption_activeLocales"
|
||||
where "v_caption_activeLocales"."meetingId" = "meeting"."meetingId"
|
||||
) or exists (
|
||||
select 1
|
||||
from "v_user"
|
||||
where "v_user"."meetingId" = "meeting"."meetingId"
|
||||
and NULLIF("speechLocale",'') is not null
|
||||
) as "hasCaption"
|
||||
from "meeting";
|
||||
|
Loading…
Reference in New Issue
Block a user