The more RFC-blessed way
This commit is contained in:
parent
bccb71afd3
commit
8e0539059f
1 changed files with 2 additions and 2 deletions
|
@ -685,8 +685,8 @@ class Session():
|
|||
message.created_on.isoformat(),
|
||||
message.message_id,
|
||||
message.parent_id or '',
|
||||
str(len(message.body)),
|
||||
str(message.body.count('\n') + 1),
|
||||
str(len(message.content)),
|
||||
str(message.content.count('\n') + 1),
|
||||
])
|
||||
|
||||
def _cmd_over(self, identifier: Optional[str]=None):
|
||||
|
|
Loading…
Add table
Reference in a new issue