Update the last sender from the initial pagination

This commit is contained in:
Konstantinos Sideris 2017-08-14 00:26:57 +03:00
parent f8505fe0bc
commit 9c28ba28a8
4 changed files with 36 additions and 22 deletions

View file

@ -28,6 +28,7 @@
struct DescInfo {
QString username;
QString userid;
QString body;
QString timestamp;
};

View file

@ -109,8 +109,8 @@ private:
ScrollBar *scrollbar_;
QWidget *scroll_widget_;
QString last_sender_;
QString last_sender_backwards_;
QString lastSender_;
QString firstSender_;
QString room_id_;
QString prev_batch_token_;
QString local_user_;