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:
Phenom 2021-02-08 17:22:44 +01:00
parent 98c2e5fad6
commit e69585abef
4 changed files with 186 additions and 156 deletions

View file

@ -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);