mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-09-05 15:38:19 +08:00
fix #3778
This commit is contained in:
@@ -340,7 +340,7 @@ class Slack:
|
|||||||
return ""
|
return ""
|
||||||
conversation_id = ""
|
conversation_id = ""
|
||||||
try:
|
try:
|
||||||
for result in self._client.conversations_list():
|
for result in self._client.conversations_list(types="public_channel,private_channel"):
|
||||||
if conversation_id:
|
if conversation_id:
|
||||||
break
|
break
|
||||||
for channel in result["channels"]:
|
for channel in result["channels"]:
|
||||||
|
|||||||
Reference in New Issue
Block a user