mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-22 09:32:52 +02:00
UX rework: directory sticky header: list public rooms from any kind of directory server
This commit is contained in:
@@ -33,6 +33,23 @@
|
||||
*/
|
||||
@interface PublicRoomsDirectoryDataSource : MXKDataSource <UITableViewDataSource>
|
||||
|
||||
/**
|
||||
The homeserver to list public rooms from.
|
||||
Default is nil. In this case, the user's homeserver is used.
|
||||
*/
|
||||
@property (nonatomic, readonly) NSString *homeserver;
|
||||
|
||||
/**
|
||||
List public rooms from a third party protocol.
|
||||
Default is nil.
|
||||
*/
|
||||
@property (nonatomic) MXThirdPartyProtocolInstance *thirdpartyProtocolInstance;
|
||||
|
||||
/**
|
||||
The display name of the current directory server.
|
||||
*/
|
||||
@property (nonatomic, readonly) NSString *directoryServerDisplayname;
|
||||
|
||||
/**
|
||||
The number of public rooms matching `searchPattern`.
|
||||
It is accurate only if 'moreThanRoomsCount' is NO.
|
||||
|
||||
Reference in New Issue
Block a user