Removed unnecessary trim (#4399)
Co-authored-by: marianunez <maria.nunez@mattermost.com>
This commit is contained in:
parent
34af598a6d
commit
c3fc53a071
1 changed files with 1 additions and 1 deletions
|
|
@ -141,7 +141,7 @@ export default class PostDraft extends PureComponent {
|
|||
channel_id: channelId,
|
||||
root_id: rootId,
|
||||
parent_id: rootId,
|
||||
message: value.trim(),
|
||||
message: value,
|
||||
};
|
||||
|
||||
createPost(post, postFiles);
|
||||
|
|
|
|||
Loading…
Reference in a new issue