Skip to content

Commit

Permalink
hide status from people list
Browse files Browse the repository at this point in the history
  • Loading branch information
alanpoon committed Oct 7, 2024
1 parent 4a8706e commit 316bcaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/home/rooms_list.rs
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,7 @@ impl Widget for RoomsList {
item
}
// Draw the status label as the bottom entry.
else if item_id == status_label_id {
else if item_id == status_label_id && self.room_type == "room" {
let item = list.item(cx, item_id, live_id!(status_label));
item.as_view().apply_over(cx, live!{
height: Fit,
Expand Down

0 comments on commit 316bcaf

Please sign in to comment.