mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-08-09 23:02:29 -04:00
fixed feed bug by moving away from std::string as a return type to uniqueIdentifier(). Now uint64_ hash is used and cached
This commit is contained in:
parent
ff86d3cd20
commit
137cb5271d
22 changed files with 51 additions and 31 deletions
|
@ -43,7 +43,7 @@ public:
|
|||
|
||||
void updateItemStatic();
|
||||
|
||||
std::string uniqueIdentifier() const override;
|
||||
uint64_t uniqueIdentifier() const override;
|
||||
|
||||
protected:
|
||||
/* FeedItem */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue