summaryrefslogtreecommitdiff
path: root/poezio/tabs
diff options
context:
space:
mode:
authorMadhur Garg <madhurgarg96@gmail.com>2019-07-08 12:58:31 +0530
committerMadhur Garg <madhurgarg96@gmail.com>2019-08-22 00:54:25 +0530
commit772cec28fbe665599a7c74d5a4934f3c1eefb495 (patch)
treee644348c67544dd26cbda40730f0d880abd61cf2 /poezio/tabs
parent788c21b9867642b752fec85f0e17c248cc9fa008 (diff)
downloadpoezio-772cec28fbe665599a7c74d5a4934f3c1eefb495.tar.gz
poezio-772cec28fbe665599a7c74d5a4934f3c1eefb495.tar.bz2
poezio-772cec28fbe665599a7c74d5a4934f3c1eefb495.tar.xz
poezio-772cec28fbe665599a7c74d5a4934f3c1eefb495.zip
Changed the name of MAM function.
Diffstat (limited to 'poezio/tabs')
-rw-r--r--poezio/tabs/basetabs.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/poezio/tabs/basetabs.py b/poezio/tabs/basetabs.py
index 3116cfaf..4c172d93 100644
--- a/poezio/tabs/basetabs.py
+++ b/poezio/tabs/basetabs.py
@@ -951,7 +951,7 @@ class ChatTab(Tab):
except ValueError:
self.core.information("Please enter a valid JID in [dd:mm:yyyy] format.", "Error")
- asyncio.ensure_future(mam.MAM(self, remote_jid, start, end, top))
+ asyncio.ensure_future(mam.query(self, remote_jid, start, end, top))
def on_line_up(self):
return self.text_win.scroll_up(1)