Skip to content
Snippets Groups Projects

Allow rooms to be empty for jitsi labs

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

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
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")));
  • Already implemented.

  • closed

  • Please register or sign in to reply
    Loading