Fetch all MUC history on first join
This commit is contained in:
parent
b7e1db4879
commit
a402bcefd3
1 changed files with 1 additions and 1 deletions
|
@ -123,7 +123,7 @@ class MucTab(ChatTab):
|
||||||
delta = datetime.now() - self.last_connection
|
delta = datetime.now() - self.last_connection
|
||||||
seconds = delta.seconds + delta.days * 24 * 3600
|
seconds = delta.seconds + delta.days * 24 * 3600
|
||||||
else:
|
else:
|
||||||
seconds = 0
|
seconds = None
|
||||||
muc.join_groupchat(
|
muc.join_groupchat(
|
||||||
self.core,
|
self.core,
|
||||||
self.name,
|
self.name,
|
||||||
|
|
Loading…
Reference in a new issue