Fixes the build problem with the new notification system.

PostedCardView uses the same identifier as PostedItem.
This commit is contained in:
hunbernd 2020-01-07 19:14:57 +01:00
parent 0e8b12ff9f
commit 5b9a275e81

View File

@ -49,6 +49,8 @@ public:
const RsPostedPost &getPost() const;
RsPostedPost &post();
uint64_t uniqueIdentifier() const override { return hash_64bits("PostedItem " + mMessageId.toStdString()); }
protected:
/* FeedItem */
virtual void doExpand(bool open);