mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-05-02 22:26:59 +02:00
Merge pull request #696 from vector-im/vector_652
Bug Fix - Use contains_url filter for navigating files and showing a …
This commit is contained in:
@@ -288,7 +288,7 @@
|
||||
|
||||
// Init the search for messages
|
||||
filesSearchDataSource = [[MXKSearchDataSource alloc] initWithMatrixSession:mainSession];
|
||||
filesSearchDataSource.containsURL = YES;
|
||||
filesSearchDataSource.roomEventFilter.containsURL = YES;
|
||||
filesSearchDataSource.shouldShowRoomDisplayName = YES;
|
||||
[filesSearchDataSource registerCellDataClass:FilesSearchCellData.class forCellIdentifier:kMXKSearchCellDataIdentifier];
|
||||
[filesSearchViewController displaySearch:filesSearchDataSource];
|
||||
|
||||
Reference in New Issue
Block a user