Allow rooms to be empty for jitsi labs
1 open thread
1 open thread
What does this mr do?
Actions taken to fix bug
Does this MR meet the acceptance criteria?
-
I have added a changelog entry to reflect the significant changes I made and the bug I fixed. -
A test was created to test the bug. -
I have updated the documentation accordingly. -
I adhere to the style guide.
Merge request reports
Activity
72 72 73 73 room = getBean(RoomCacheManager.class).get(data.getRoom()) 74 74 .orElse(new RoomDetailsDTO().id(-1L).abbreviation("") 75 .name("To be determined") 76 .building(new BuildingSummaryDTO().name("TBD"))); 75 .name("Jitsi") 76 .building(new BuildingSummaryDTO().name("Online")));
Please register or sign in to reply