You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
call getConversationHistory() with setChannelId("XXXX")
Run
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
The text was updated successfully, but these errors were encountered:
potpot59
changed the title
getReplies() deprecated is still used in getConversationHistory()
getReplies() deprecated method is still used in getConversationHistory()
Jan 23, 2020
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:
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
The text was updated successfully, but these errors were encountered: