diff options
-rw-r--r-- | poezio/tabs/privatetab.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/poezio/tabs/privatetab.py b/poezio/tabs/privatetab.py index a00f032d..a85518af 100644 --- a/poezio/tabs/privatetab.py +++ b/poezio/tabs/privatetab.py @@ -161,7 +161,7 @@ class PrivateTab(OneToOneTab): if not msg['body']: return if correct or msg['replace']['id'] and self.last_sent_message: - msg['replace']['id'] = self.last_sent_message['id'] + msg['replace']['id'] = self.last_sent_message['id'] # type: ignore else: del msg['replace'] |