enerbot-slack 1.0.7 → 1.0.8

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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/modules/slack_search.rb +9 -0
  3. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 9badb515811b91a7d22a7634c6ba933df55f08c716245bdbc5cb3142857b25f9
4
- data.tar.gz: b3ec646e1d658a2073878c8eca9da1941ae1d898b12d4633bce1bea24618e558
3
+ metadata.gz: fd5f81cfcf063df19f8c7a81d2f7aa5ac4fb09616b6f6787f942022de674db2b
4
+ data.tar.gz: c625947d3752de63e96054094d9c43dfae0c23cc39a819e7ec9d45868f93d293
5
5
  SHA512:
6
- metadata.gz: 125a8fc6a94085edf5b7682f8270718871ed7aa99a12beb5a02b10c1dbefa738b6bdb701fc8a2cb339a9040815157643d81ded226a1a6589a90756d689113b33
7
- data.tar.gz: 5a205c46cf2437ef49eeaa805d2cb159542e1d28aa964de61c71c63b7cfa8b1245c02644b5168f5fca6d92c27364e3d4733f98a25d3a7716d24be3355d2c3c7d
6
+ metadata.gz: 5c55e4e1b15f91dfadf36cadd504959e5f87edb34bc12201fed1ecabae33df48d88c0ef854ab1936cd7e0e0668728ace6fe8b05779eaa41f347c491602814aeb
7
+ data.tar.gz: 85ce31947e88ce189dcd3f53c8fefe56ee2e4d69caadd3c8c0cc3987e9fcdc77a89ea240a5ecc898996b9daec3b08480a787292cde89e5bd5cfbc010be21b5b8
@@ -67,6 +67,15 @@ module SlackSearch
67
67
  false
68
68
  end
69
69
 
70
+ def conversation_replies(channel = @channel_id, ts)
71
+ client = configure_client
72
+ info = client.conversations_replies channel: channel, ts: ts
73
+ info.messages
74
+ rescue Slack::Web::Api::Errors::SlackError => e
75
+ print e.message
76
+ false
77
+ end
78
+
70
79
  def conversation_members(channel, limit = 60)
71
80
  client = configure_client
72
81
  info = client.conversations_members channel: channel, limit: limit
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: enerbot-slack
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.7
4
+ version: 1.0.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Luciano Adonis