zulip/zerver/webhooks/deskdotcom
Tim Abbott 4060a97656 messages: Strip trailing whitespace in message contents.
I dug into why we never did this before, and it turns out we did, but
using `$.trim()` (which removes leading whitespace as well!).  When
removing the `$.trim()` usage.

Fixes #3294.
2017-02-11 23:01:22 -08:00
..
__init__.py Make webhooks as separate modules with view and tests. 2017-01-25 23:14:19 -08:00
doc.html Split webhooks doc and move to particular directories. 2017-01-26 11:56:45 -08:00
tests.py messages: Strip trailing whitespace in message contents. 2017-02-11 23:01:22 -08:00
view.py Make webhooks as separate modules with view and tests. 2017-01-25 23:14:19 -08:00