adjust for root private and group and properly fill ParentOf and Parent

This commit is contained in:
2024-04-18 15:16:44 +02:00
parent 25857b8aa7
commit 49f643a798
2 changed files with 23 additions and 10 deletions

View File

@@ -14,6 +14,7 @@ class ToxContactModel2 : public ContactModel3I, public ToxEventI {
ToxI& _t;
ToxEventProviderI& _tep;
Contact3 _root;
Contact3 _friend_self;
float _group_status_timer {0.f};