Skip to content

add support for message bulk delete

luna requested to merge bulk-delete into master
  • add POST /api/v6/channels/:id/messages/bulk-delete
  • make validate() raise 400 when JSON is not given
  • make LitecordError check if the first argument is an integer, and if so, check ERR_MSG_MAP for it

Merge request reports