Make PublicRoomsDirectoryDataSource conform NSCopying

This commit is contained in:
ismailgulek
2020-09-09 14:40:33 +03:00
parent ff8c6fc595
commit 2db6bac4ea
2 changed files with 43 additions and 1 deletions
@@ -31,7 +31,7 @@
There is no way in Matrix to be notified when there is a change in the public room directory.
As a workaround, the data source refreshes its data when there are more than 10s old.
*/
@interface PublicRoomsDirectoryDataSource : MXKDataSource <UITableViewDataSource>
@interface PublicRoomsDirectoryDataSource : MXKDataSource <UITableViewDataSource, NSCopying>
/**
The homeserver to list public rooms from.