poezio/text_buffer: Remove JID type for now
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
This commit is contained in:
parent
89a61b84bd
commit
8194d9afbd
1 changed files with 1 additions and 1 deletions
|
@ -204,7 +204,7 @@ class TextBuffer:
|
|||
"""Mark a message as errored"""
|
||||
return self._edit_ack(-1, old_id, jid, append=error)
|
||||
|
||||
def _edit_ack(self, value: int, old_id: str, jid: JID,
|
||||
def _edit_ack(self, value: int, old_id: str, jid: str,
|
||||
append: str = '') -> Union[None, bool, Message]:
|
||||
"""
|
||||
Edit the ack status of a message, and optionally
|
||||
|
|
Loading…
Reference in a new issue