init contact_mail and contact_name

This commit is contained in:
Stefan Allius
2023-11-12 01:06:24 +01:00
parent 4bd59b91b3
commit 27c723b0c8

View File

@@ -84,6 +84,8 @@ class Message(metaclass=IterRegistry):
self.node_id = ''
self.sug_area = ''
self.id_str = id_str
self.contact_name = b''
self.contact_mail = b''
self._recv_buffer = b''
self._send_buffer = bytearray(0)
self._forward_buffer = bytearray(0)