forked from External/greenlight
Revert hiding recording menus when recording disabled (#1959)
This commit is contained in:
@ -40,7 +40,6 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<% recording = room_configuration("Room Configuration Recording") %>
|
||||
<% if render_recordings && recording != "disabled" %>
|
||||
<% if render_recordings %>
|
||||
<%= render "shared/sessions", recordings: @public_recordings, pagy: @pagy, only_public: true, user_recordings: false, title: t("room.recordings") %>
|
||||
<% end %>
|
||||
|
Reference in New Issue
Block a user