mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-08-07 13:52:43 -04:00
Fix IdDialog Update
No update while received new Id, wait last (5s) to update all. Fix expanded items in same time.
This commit is contained in:
parent
98c2e5fad6
commit
e69585abef
4 changed files with 186 additions and 156 deletions
|
@ -32,16 +32,6 @@ class GxsCircleItem;
|
|||
|
||||
class FeedHolder;
|
||||
|
||||
struct CircleUpdateOrder
|
||||
{
|
||||
enum { UNKNOWN_ACTION=0x00, GRANT_MEMBERSHIP=0x01, REVOKE_MEMBERSHIP=0x02 };
|
||||
|
||||
uint32_t token ;
|
||||
RsGxsId gxs_id ;
|
||||
uint32_t action ;
|
||||
};
|
||||
|
||||
|
||||
class GxsCircleItem : public FeedItem
|
||||
{
|
||||
Q_OBJECT
|
||||
|
@ -57,7 +47,7 @@ public:
|
|||
|
||||
protected:
|
||||
/* FeedItem */
|
||||
virtual void doExpand(bool /*open*/) {}
|
||||
virtual void doExpand(bool /*open*/) override {}
|
||||
|
||||
void updateCircleGroup(const uint32_t& token);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue