Closed hexchain closed 6 years ago
It seems that it is not easy to provide the return value consistently - some backends are dummy ones that do not return, some are asynchronous that cannot provide API response immediately.
@hexchain wrote:
some are asynchronous that cannot provide API response immediately.
Indeed. However, the synchronous ones should and could definitely use this. Can you provide a patch? :)
The response can still be provided for the Celery backend if result storage is configured for celery, but that would introduce another return type for send_message
.
Released as 5.12.0
— thank you.
Currently, django-slack does not provide the response of the Slack API, making it impossible to update a sent message afterwards (which requires the
ts
value from the response).Is this specially designed so, or just a missing feature?