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
{{ message }}
This repository has been archived by the owner on Apr 6, 2022. It is now read-only.
The Slack messages API is currently inconsistent.
The
publish()
andpostMessages()
mehtods in https://github.com/orbiting/backends/blob/master/packages/slack/lib/publish.js do not return promises, nor do any of the methods in https://github.com/orbiting/backends/blob/master/packages/republik/lib/slack.js.Yet, most of the code relies on these methods returning promises.
There is an attempt at refactoring the code here: 4ef98c2
Yet, the questions remains open, if these methods should return promises at all.
It is event questionable, if the Slack API should be used in our code, or if we should just log to the console and react to it separately.
The text was updated successfully, but these errors were encountered: