question_cmd: implemented repeating of the latest message

This commit is contained in:
2023-09-14 08:32:01 +02:00
parent 6ad404899e
commit aae8151a00
2 changed files with 42 additions and 21 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.