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:
@@ -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;
|
||||
|
Reference in New Issue
Block a user