From a402bcefd387a1cbc848468f467086b2f3924a3d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maxime=20=E2=80=9Cpep=E2=80=9D=20Buquet?= Date: Mon, 23 Apr 2018 23:34:11 +0100 Subject: Fetch all MUC history on first join --- poezio/tabs/muctab.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'poezio') diff --git a/poezio/tabs/muctab.py b/poezio/tabs/muctab.py index 59ef9054..70d66ffb 100644 --- a/poezio/tabs/muctab.py +++ b/poezio/tabs/muctab.py @@ -123,7 +123,7 @@ class MucTab(ChatTab): delta = datetime.now() - self.last_connection seconds = delta.seconds + delta.days * 24 * 3600 else: - seconds = 0 + seconds = None muc.join_groupchat( self.core, self.name, -- cgit v1.2.3