You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/Scheduler.ts
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -388,7 +388,7 @@ export class Scheduler {
388
388
);
389
389
}elseif(task.type===ScheduledTaskType.TalkEnd){
390
390
if(confTalk!==undefined){
391
-
awaitthis.client.sendHtmlText(confTalk.roomId,`<h3>Your talk has ended - opening up this room to all attendees.</h3><p>@room - They won't see the history in this room.</p>`);
391
+
awaitthis.client.sendHtmlText(confTalk.roomId,`<h3>Your talk has ended.</h3>`);
awaitthis.client.sendHtmlText(confAud.roomId,`<h3>The talk will end shortly</h3><p>If the speakers are available, they'll be hanging out in ${talkPill.html}</p>`);
400
+
awaitthis.client.sendHtmlText(confAud.roomId,`<h3>The talk will end shortly</h3>`);
401
401
}else{
402
402
awaitthis.client.sendHtmlText(confAud.roomId,`<h3>The talk will end shortly</h3>`);
awaitthis.client.sendHtmlText(confTalk.roomId,`<h3>Your talk ends in about 5 minutes</h3><p>The next talk will start automatically after yours. In 5 minutes, this room will be opened up for anyone to join. They will not be able to see history.</p>`);
445
+
awaitthis.client.sendHtmlText(confTalk.roomId,`<h3>Your talk ends in about 5 minutes</h3><p>The next talk will start automatically after yours.</p>`);
446
446
}
447
447
awaitthis.client.sendHtmlText(confAud.roomId,`<h3>This talk ends in about 5 minutes</h3>`+(task.talk.qa_startTime!==null ? `<p>Ask questions here for the speakers!</p>`: ''));
0 commit comments