Skip to content

Commit

Permalink
bugfixing mpim
Browse files Browse the repository at this point in the history
  • Loading branch information
sgratzl committed May 7, 2020
1 parent 7544b7c commit 51005ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion slack_cleaner/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -376,7 +376,7 @@ def get_mpdirect_ids_compatbility(name):
members = set([get_user_id_by_name(x) for x in name.split(',')])

for mpim in mpims:
members_res = slack.conversations.members(id).body
members_res = slack.conversations.members(mpim['id']).body
if not members_res['ok']:
continue
mpim_members = members_res['members']
Expand Down

0 comments on commit 51005ac

Please sign in to comment.