forked from External/greenlight
Include shared rooms in room count for search (#2470)
This commit is contained in:
@ -82,7 +82,7 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<% if current_user.ordered_rooms.length > 5 %>
|
||||
<% if total_room_count(current_user) > 5 %>
|
||||
<div class="input-icon invite-link-input mb-3">
|
||||
<span class="input-icon-addon">
|
||||
<i class="fas fa-search"></i>
|
||||
|
Reference in New Issue
Block a user