question_cmd: implemented repeating of the latest message

This commit is contained in:
2023-09-14 08:32:01 +02:00
parent 25fffb6fea
commit 69d916f0cc
2 changed files with 54 additions and 22 deletions
+3
View File
@@ -540,6 +540,9 @@ class Message():
if self.tags:
self.tags = rename_tags(self.tags, tags_rename)
def clear_answer(self) -> None:
self.answer = None
def msg_id(self) -> str:
"""
Returns an ID that is unique throughout all messages in the same (DB) directory.