zulip/zerver/webhooks/greenhouse
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 integrations: Add Greenhouse integration. 2017-02-07 19:08:35 -08:00
doc.html integrations: Add Greenhouse integration. 2017-02-07 19:08:35 -08:00
tests.py messages: Strip trailing whitespace in message contents. 2017-02-11 23:01:22 -08:00
view.py integrations: Add Greenhouse integration. 2017-02-07 19:08:35 -08:00