groups initial commit

This commit is contained in:
ingvar1995 2018-05-19 00:07:49 +03:00
parent 88786b0398
commit acf75a6818
8 changed files with 81 additions and 17 deletions

View file

@ -24,8 +24,8 @@ class GroupChat(contact.Contact):
super().set_name(title)
@staticmethod
def get_default_avatar_name():
return 'group.png'
def _get_default_avatar_path():
return util.join_path(util.get_images_directory(), 'group.png')
def remove_invalid_unsent_files(self):
pass