Lazy load initial timeline events
This commit is contained in:
parent
36d25951dc
commit
26dfbfd08c
4 changed files with 14 additions and 10 deletions
|
|
@ -44,7 +44,7 @@ public:
|
|||
void fetchUserAvatar(const QString &userId, const QUrl &avatarUrl);
|
||||
void fetchOwnAvatar(const QUrl &avatar_url);
|
||||
void downloadImage(const QString &event_id, const QUrl &url);
|
||||
void messages(const QString &room_id, const QString &from_token) noexcept;
|
||||
void messages(const QString &room_id, const QString &from_token, int limit = 20) noexcept;
|
||||
|
||||
inline QUrl getHomeServer();
|
||||
inline int transactionId();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue