mirror of
https://github.com/chatmail/core.git
synced 2026-04-06 15:42:10 +03:00
python: cut text in Message representation to 100 characters
This commit is contained in:
@@ -39,7 +39,7 @@ class Message(object):
|
||||
return "<Message {} sys={} {} id={} sender={}/{} chat={}/{}>".format(
|
||||
typ,
|
||||
self.is_system_message(),
|
||||
repr(self.text[:10]),
|
||||
repr(self.text[:100]),
|
||||
self.id,
|
||||
c.id,
|
||||
c.addr,
|
||||
|
||||
Reference in New Issue
Block a user