2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-08-31 06:35:14 +00:00

Fixed API support of public forwards in statistics info.

This commit is contained in:
23rd
2023-12-14 21:04:55 +03:00
committed by John Preston
parent f7e2c7977b
commit 8e92778b62
5 changed files with 31 additions and 141 deletions

View File

@@ -148,11 +148,7 @@ struct RecentPostId final {
};
struct PublicForwardsSlice final {
struct OffsetToken final {
int rate = 0;
FullMsgId fullId;
QString storyOffset;
};
using OffsetToken = QString;
QVector<RecentPostId> list;
int total = 0;
bool allLoaded = false;