Remove a tab._room reference in a plugin API.
This commit is contained in:
parent
6597d83355
commit
16854c39fd
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue