Skip to content

Check if active_room is some to avoid early return

Daniel Garcia Moreno requested to merge danigm/fractal:fix-room-order into master

The room order wasn't updated and the room name wasn't bold when you receive a message without a room selected because if active_room is None, the ? operator will return the function and the moveup and set_bold functions never get called.

Fix #394 (closed)

Merge request reports