forked from External/greenlight
* <Added Pagination> * <Created search bar in Room> * <Fixed search bar UI> * <Fixed searching> * <Modified search> * <Fixed code style> * <fixed changes> * <Added pagination and search for public recordings> * <added rspec tests> * <Added and Updated search.js> * <Fixed live searching for current user room> * <Fixed live searching for current user room> * <Added live search for join> * <Fixed errors> * <fixed gemfile> * <Fix gems> * <> * <Fixed rspec tests> * <Removed commented code> * Update search.js
This commit is contained in:
@ -66,7 +66,6 @@ class RoomsController < ApplicationController
|
||||
# POST /:room_uid
|
||||
def join
|
||||
opts = default_meeting_options
|
||||
|
||||
unless @room.owned_by?(current_user)
|
||||
# Assign join name if passed.
|
||||
if params[@room.invite_path]
|
||||
|
Reference in New Issue
Block a user