fix presence message

This commit is contained in:
klemek
2021-01-14 11:12:47 +01:00
parent 72b5fc19ee
commit 77c8d471e4
2 changed files with 14 additions and 6 deletions
+1
View File
@@ -43,6 +43,7 @@ class PresenceScanner(Scanner):
res += self.pres.to_string(
self.msg_count,
self.total_msg,
chan_count=len(self.channels) if not self.full else None,
show_top_channel=(len(self.channels) > 1),
member_specific=self.member_specific,
)