Merge branch '090-expanded-status' into mconf-live0.6.2
Conflicts: bigbluebutton-apps/src/main/scala/org/bigbluebutton/core/apps/users/UsersApp.scala bigbluebutton-client/branding/default/style/css/BBBDefault.css
This commit is contained in:
commit
df1fe03c29
@ -249,7 +249,7 @@ trait UsersApp {
|
||||
}
|
||||
}
|
||||
|
||||
def handleChangeUserStatus(msg: ChangeUserStatus):Unit = {
|
||||
def handleChangeUserStatus(msg: ChangeUserStatus):Unit = {
|
||||
users.getUser(msg.userID) foreach {user =>
|
||||
val uvo = msg.status match {
|
||||
case "mood" => user.copy( mood=msg.value.asInstanceOf[String])
|
||||
@ -260,7 +260,7 @@ trait UsersApp {
|
||||
users.addUser(uvo)
|
||||
}
|
||||
outGW.send(new UserStatusChange(meetingID, recorded, msg.userID, msg.status, msg.value))
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
def handleChangeUserRole(msg: ChangeUserRole) {
|
||||
|
@ -966,4 +966,4 @@ Alert {
|
||||
|
||||
.moodSadStyle {
|
||||
icon: Embed('assets/images/icon-7-sad-face.png');
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user