diff options
author | Konstantinos Sideris <sideris.konstantin@gmail.com> | 2017-08-14 00:26:57 +0300 |
---|---|---|
committer | Konstantinos Sideris <sideris.konstantin@gmail.com> | 2017-08-14 00:26:57 +0300 |
commit | 9c28ba28a8738cea5b6a79e60d124c4728b7abc5 (patch) | |
tree | b398c4d2f1d6de77a2508d404e3f067b1ccc14d0 /include/RoomInfoListItem.h | |
parent | Don't overwrite last user (diff) | |
download | nheko-9c28ba28a8738cea5b6a79e60d124c4728b7abc5.tar.xz |
Update the last sender from the initial pagination
Diffstat (limited to 'include/RoomInfoListItem.h')
-rw-r--r-- | include/RoomInfoListItem.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/RoomInfoListItem.h b/include/RoomInfoListItem.h index af02126a..be7fe866 100644 --- a/include/RoomInfoListItem.h +++ b/include/RoomInfoListItem.h @@ -28,6 +28,7 @@ struct DescInfo { QString username; + QString userid; QString body; QString timestamp; }; |