forked from External/greenlight
GRN2-ZZZ: Added messages for debugging actioncable (#731)
* GRN2-ZZZ: Added messages for debugging actioncable * GRN2-ZZZ: Added data to the js message for debugging actioncable * GRN2-ZZZ: Added data to the js message for debugging actioncable * Log unsubscribe
This commit is contained in:
@ -13,7 +13,7 @@
|
||||
# with BigBlueButton; if not, see <http://www.gnu.org/licenses/>.
|
||||
%>
|
||||
|
||||
<div class="background pb-9" room="<%= @room.uid %>" join-name="<%= @join_name %>">
|
||||
<div class="background pb-9" room="<%= @room.uid %>" user="<%= current_user ? current_user.uid : "anonymous" %>" join-name="<%= @join_name %>">
|
||||
<div class="container">
|
||||
<div class="row pt-9">
|
||||
<div class="col-lg-12 col-sm-12">
|
||||
|
Reference in New Issue
Block a user