first step of partial channel loading: only load all posts from meta data

This commit is contained in:
csoler 2020-04-15 21:55:16 +02:00
parent d31f5d1159
commit ac02b68b34
No known key found for this signature in database
GPG key ID: 7BCA522266C0804C
2 changed files with 66 additions and 9 deletions

View file

@ -65,6 +65,7 @@ public:
const std::list<SubFileItem *> &getFileItems() {return mFileItems; }
bool isUnread() const ;
const std::set<RsGxsMessageId>& olderVersions() const { return mPost.mOlderVersions; }
static uint64_t computeIdentifier(const RsGxsMessageId& msgid) { return hash64("GxsChannelPostItem " + msgid.toStdString()) ; }
protected: