question_cmd: implemented repeating of the latest message

This commit is contained in:
2023-09-14 08:32:01 +02:00
parent ac659d71af
commit 3a99d7e2ce
2 changed files with 55 additions and 23 deletions
+3
View File
@@ -561,6 +561,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.