slack-smart-bot 0.9.2 → 0.9.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/slack-smart-bot.rb +0 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 335286b4f30e6956f97a8e79b6093851a2d048da064ba2efd7c302c01e7c19ec
|
|
4
|
+
data.tar.gz: 89b301b09b8b60e7e19dfa35ee332a5666b3ba9c2c3a6bad2a9bd79ea0c583b8
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 56b297b67275669063426154d0450e40930217b4de92651fbc61f9aea93b8fe7b547d1c5a491f3265a98b8ec7755b0d47b8c300edc486b95199dc363dd42e84b
|
|
7
|
+
data.tar.gz: 898432dc2811c1e02bafb27ff44bb514f985e6c4ab554fd2ddbdf32852f2f99dc3237ac9510c884dc6e89fca6c5af34e81b80ea61351a5932b2c1c3eaa6da114
|
data/lib/slack-smart-bot.rb
CHANGED
|
@@ -845,7 +845,6 @@ class SlackSmartBot
|
|
|
845
845
|
types: 'private_channel,public_channel',
|
|
846
846
|
limit: '1000',
|
|
847
847
|
exclude_archived: 'true').channels
|
|
848
|
-
@logger.info channels.inspect
|
|
849
848
|
channel_found = channels.detect { |c| c.name == channel }
|
|
850
849
|
members = client.web_client.conversations_members(channel: @channels_id[channel]).members unless channel_found.nil?
|
|
851
850
|
|