2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-08-31 06:26:18 +00:00

Show / expand / collapse / hide reactions strip.

This commit is contained in:
John Preston
2023-06-08 19:54:21 +04:00
parent c1be4d6451
commit 0ed200beee
22 changed files with 490 additions and 54 deletions

View File

@@ -1224,7 +1224,7 @@ void Stories::loadViewsSlice(
MTP_int(id),
MTP_int(offset ? offset->date : 0),
MTP_long(offset ? peerToUser(offset->peer->id).bare : 0),
MTP_int(2)
MTP_int(kViewsPerPage)
)).done([=](const MTPstories_StoryViewsList &result) {
_viewsRequestId = 0;