File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -632,7 +632,6 @@ class ProviderImpl : public tl::provider<ProviderImpl> {
632632 void _membershipUpdate (ssg_member_id_t member_id,
633633 ssg_member_update_type_t update_type) {
634634 spdlog::trace (" [provider:{}] Member {} updated" , id (), member_id);
635- m_group_hash = UpdateGroupHash (m_group_hash, member_id);
636635 spdlog::trace (" [provider:{}] Group hash was updated to {}" , id (), m_group_hash);
637636 // TODO use the provider's pool instead of self ES
638637 tl::xstream::self ().make_thread ([this , member_id, update_type]() {
@@ -665,6 +664,7 @@ class ProviderImpl : public tl::provider<ProviderImpl> {
665664 auto & state = p.second ;
666665 state->pipeline ->updateMonaAddresses (m_mona, addresses);
667666 }
667+ m_group_hash = UpdateGroupHash (m_group_hash, member_id);
668668 }
669669
670670 }, tl::anonymous ());
You can’t perform that action at this time.
0 commit comments