forked from External/greenlight
fix recordings lengths
This commit is contained in:
@ -113,7 +113,7 @@ class Room < ApplicationRecord
|
||||
r.delete(:playback)
|
||||
end
|
||||
|
||||
res[:recordings]
|
||||
res[:recordings].sort_by { |rec| rec[:endTime] }.reverse
|
||||
end
|
||||
|
||||
# Fetches a rooms public recordings.
|
||||
|
Reference in New Issue
Block a user