summaryrefslogtreecommitdiff
path: root/poezio/contact.py
diff options
context:
space:
mode:
Diffstat (limited to 'poezio/contact.py')
-rw-r--r--poezio/contact.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/poezio/contact.py b/poezio/contact.py
index 6e01e41e..090fed92 100644
--- a/poezio/contact.py
+++ b/poezio/contact.py
@@ -65,6 +65,7 @@ class Contact(object):
self.__item = item
self.folded_states = defaultdict(lambda: True)
self._name = ''
+ self.avatar = None
self.error = None
self.tune = {}
self.gaming = {}