Use contains_url filter for navigating files and showing a file index for a room.

#652
This commit is contained in:
giomfo
2016-10-03 15:26:58 +02:00
parent b3e1b7bdc3
commit 876d4292da
30 changed files with 517 additions and 145 deletions
@@ -90,7 +90,7 @@
if (self.dataSource.searchText.length)
{
self.shouldScrollToBottomOnRefresh = YES;
[self.dataSource searchMessageText:self.dataSource.searchText force:YES];
[self.dataSource searchMessages:self.dataSource.searchText force:YES];
}
}
}