Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

getReplies() deprecated method is still used in getConversationHistory() #142

Open
potpot59 opened this issue Jan 23, 2020 · 1 comment
Open
Labels
enhancement New feature or request

Comments

@potpot59
Copy link

Describe the bug
Using the latest release (1.4), I got error about the getReplies() deprecation when using getConversationHistory().
I do not need replies and there is no way to disable the call of getReplies().

To Reproduce
Steps to reproduce the behavior:

  1. call getConversationHistory() with setChannelId("XXXX")
  2. Run
  3. See error:

2020-01-23 ERROR [NioHttpClient-Callback-0] c.h.s.c.m.LiteMessage : Method getReplies() is now deprecated. Slack will stop supporting completely on Oct 18th 2019

Expected behavior
1 Don't use a deprecated method
2 Let choose whether to retrieve the replies or not

@potpot59 potpot59 changed the title getReplies() deprecated is still used in getConversationHistory() getReplies() deprecated method is still used in getConversationHistory() Jan 23, 2020
@szabowexler szabowexler added the enhancement New feature or request label Jan 28, 2020
@szabowexler
Copy link
Collaborator

Thanks for the report! We're aware of the discomfort here -- we'll look to fix that to avoid the spam sometime in Q1.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants