Skip to content

Commit

Permalink
Merge branch 'room_list_search_bar' of github.com:tyreseluo/robrix in…
Browse files Browse the repository at this point in the history
…to room_list_search_bar
  • Loading branch information
tyreseluo committed Dec 30, 2024
2 parents 259c582 + e8fdd69 commit 00a5379
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/home/rooms_list.rs
Original file line number Diff line number Diff line change
Expand Up @@ -639,9 +639,9 @@ impl WidgetMatchEvent for RoomsList {
}

let (filter, sort_fn) = RoomDisplayFilterBuilder::new()
.set_keywords(keywords)
.set_filter_types(RoomDisplayFilterType::All)
.build();
.set_keywords(keywords)
.set_filter_types(RoomDisplayFilterType::All)
.build();
self.display_filter = filter;

let displayed_rooms = if let Some(sort_fn) = sort_fn {
Expand Down

0 comments on commit 00a5379

Please sign in to comment.