zulip/zerver/webhooks/wordpress
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
doc.html
tests.py messages: Strip trailing whitespace in message contents. 2017-02-11 23:01:22 -08:00
view.py