forked from External/greenlight
fix chat join message
This commit is contained in:
parent
efcc312e9e
commit
dcf199c0aa
|
@ -56,7 +56,7 @@ class ApplicationController < ActionController::Base
|
||||||
user_is_moderator: false,
|
user_is_moderator: false,
|
||||||
meeting_logout_url: request.base_url + logout_room_path(@room),
|
meeting_logout_url: request.base_url + logout_room_path(@room),
|
||||||
meeting_recorded: true,
|
meeting_recorded: true,
|
||||||
moderator_message: "#{invite_msg}\n\n #{request.base_url + relative_root + room_path(@room)}",
|
moderator_message: "#{invite_msg}\n\n #{request.base_url + room_path(@room)}",
|
||||||
}
|
}
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue