mirror of
https://github.com/gryf/slack-backup.git
synced 2025-12-17 11:30:25 +01:00
Fix for selecting channels log to generate
This commit is contained in:
@@ -94,6 +94,7 @@ class Reporter(object):
|
||||
for channel in all_channels:
|
||||
if channel.name in selected_channels:
|
||||
result.append(channel)
|
||||
return result
|
||||
|
||||
def _msg_join(self, msg, text):
|
||||
"""return formatter for join"""
|
||||
|
||||
Reference in New Issue
Block a user