This commit is contained in:
Seth Call 2017-10-18 21:28:11 -05:00
parent a447b0ecfc
commit c097c037f5
2 changed files with 2 additions and 1 deletions

View File

@ -341,7 +341,7 @@ module JamRuby
def video_uploaded(user, recording, data)
claim = recording.claim_for_user(user)
msg = ChatMessage.create(user, nil, "Video Recording '#{claim.name}'", ChatMessage::CHANNEL_LESSON, nil, other_user(user), self, "Video Uploaded", nil, claim)
msg = ChatMessage.create(user, nil, "'#{claim.name}'", ChatMessage::CHANNEL_LESSON, nil, other_user(user), self, "Video Uploaded", nil, claim)
Notification.send_lesson_message('video uploaded', self, false)
Notification.send_lesson_message('video uploaded', self, true)
end

View File

@ -253,6 +253,7 @@ if accessOpener
openWindows = window.opener.jamClient.getOpenVideoSources()
console.log("open video sources", openWindows)
fixedwindows = []
if openWindows?