lamby / django-slack

Slack integration for Django, using the templating engine to generate messages
https://django-slack.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
241 stars 57 forks source link

postEphemeral support #81

Open douglance opened 6 years ago

douglance commented 6 years ago

It would be nice to be able to specify method of delivering the message so we can send ephemeral or public messages.

lamby commented 6 years ago

@douglance Fancy whipping up a patch? :)

chesstrian commented 5 years ago

This is not hard to implement, according to docs we need to use a different endpoint, probably adding a new variable in settings would keep the package format.

@lamby please advice.

lamby commented 5 years ago

This is not hard to implement, according to docs we need to use a different endpoint, probably adding a new variable in settings would keep the package format.

No real advice to offer at the moment. Sounds... plausible. :)