ui update - long names and statuses, messages update - long data and last message
This commit is contained in:
parent
dd8f0e07e0
commit
c2aead6e06
4 changed files with 45 additions and 36 deletions
|
|
@ -26,6 +26,9 @@ class Message(object):
|
|||
def get_type(self):
|
||||
return self._type
|
||||
|
||||
def get_owner(self):
|
||||
return self._owner
|
||||
|
||||
|
||||
class TextMessage(Message):
|
||||
"""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue