blindsidenetworks / scalelite

Scalable load balancer for BigBlueButton.
GNU Affero General Public License v3.0
469 stars 247 forks source link

Fix bug causing getRecordings not to return all the metadata #989

Closed farhatahmad closed 1 year ago

farhatahmad commented 1 year ago

fixes #987

Description

Because of how the query was structured, only the tenant-id metadata was returned, while the other metadata for the same recording was filtered out.

Testing Steps

Screenshots (if appropriate):

Ithanil commented 1 year ago

Can confirm it solves my issue. 👍

farhatahmad commented 1 year ago

@Ithanil Thanks for testing it so quickly!

Ithanil commented 1 year ago

@farhatahmad Thanks for fixing it so quickly ;-)