add pending_contacts_list and track adverts and path changes

This commit is contained in:
Florent 2025-07-11 10:04:21 +02:00
parent f534b1898b
commit d7de28d7f9
3 changed files with 30 additions and 2 deletions

View file

@ -65,7 +65,6 @@ class MessageReader:
elif packet_type_value == PacketType.CONTACT_END.value:
await self.dispatcher.dispatch(Event(EventType.CONTACTS, self.contacts))
elif packet_type_value == PacketType.SELF_INFO.value:
self_info = {}
self_info["adv_type"] = data[1]