mirror of
https://github.com/zulip/zulip.git
synced 2025-11-06 15:03:34 +00:00
urls: Move /messages/render to POST endpoint
This commit is contained in:
@@ -1038,7 +1038,7 @@ $(function () {
|
||||
// incorrect wrong, users will see a brief flicker).
|
||||
$("#preview_content").html(echo.apply_markdown(message));
|
||||
}
|
||||
channel.get({
|
||||
channel.post({
|
||||
url: '/json/messages/render',
|
||||
idempotent: true,
|
||||
data: {content: message},
|
||||
|
||||
Reference in New Issue
Block a user