zulip/zerver/webhooks/opbeat
Riken Shah a96c614420 message: Fix the edit topic bug by removing leading \n from msg content.
The reason for this bug is because of different striping
processes in the backend and frontend, i.e The frontend
checks if the message's `raw_content` has changed to
decide if the `content` of the message should be sent in
the request to the backend, or not. So, it removes the
leading new line ('\n') from the message `raw_content`
when checking it, which is causing the "Error saving edit:
You don't have permission to edit this message" error.

This commit fixes it by removing the leading new line
when cleaning message content.

The bug was explained by @punchagan and its solution
by @timabbott.
2021-07-06 09:41:54 -07:00
..
fixtures cleanup: Delete leading newlines. 2019-08-06 23:29:11 -07:00
__init__.py
doc.md
tests.py message: Fix the edit topic bug by removing leading \n from msg content. 2021-07-06 09:41:54 -07:00
view.py python: Normalize quotes with Black. 2021-02-12 13:11:19 -08:00