summaryrefslogtreecommitdiff
path: root/src/tabs.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/tabs.py')
-rw-r--r--src/tabs.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tabs.py b/src/tabs.py
index 07652f74..afeb7c85 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._room.messages
+ return self.messages
def command_say(self, line):
raise NotImplementedError