diff options
Diffstat (limited to 'src/tabs.py')
-rw-r--r-- | src/tabs.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tabs.py b/src/tabs.py index afeb7c85..7e6c5dd2 100644 --- a/src/tabs.py +++ b/src/tabs.py @@ -394,7 +394,7 @@ class ChatTab(Tab): self.input.refresh() def get_conversation_messages(self): - return self.messages + return self._text_buffer.messages def command_say(self, line): raise NotImplementedError |