Speidy674 / Light-Reflective-Mirror

A relay transport for mirror.
MIT License
37 stars 7 forks source link

Update _appRooms to only include public rooms #8

Closed Biebras closed 1 year ago

Biebras commented 1 year ago

This pull request updates the _appRooms property to only include public rooms. Previously, the _appRooms property included all rooms, regardless of whether they were public or private. This change adds a Where clause to the _appRooms property to filter out private rooms, ensuring that only public rooms are included.

Speidy674 commented 1 year ago

looks like i forgot to add the where clause xD