mirror of https://github.com/zulip/zulip.git
a96c614420
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. |
||
---|---|---|
.. | ||
fixtures | ||
__init__.py | ||
doc.md | ||
tests.py | ||
view.py |