Added MAM query on join of MUC, earlier it was only there for auto-join groups
This commit is contained in:
parent
19386baa57
commit
fe5476a436
1 changed files with 2 additions and 0 deletions
|
@ -23,6 +23,7 @@ from poezio.tabs import ChatTab, Tab, SHOW_NAME
|
|||
|
||||
from poezio import common
|
||||
from poezio import fixes
|
||||
from poezio import mam
|
||||
from poezio import multiuserchat as muc
|
||||
from poezio import timed_events
|
||||
from poezio import windows
|
||||
|
@ -156,6 +157,7 @@ class MucTab(ChatTab):
|
|||
status=status.message,
|
||||
show=status.show,
|
||||
seconds=seconds)
|
||||
mam.mam_scroll(self)
|
||||
|
||||
def leave_room(self, message: str):
|
||||
if self.joined:
|
||||
|
|
Loading…
Reference in a new issue