rename two methods
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
parent
3050553fc2
commit
68dd57f56e
3 changed files with 5 additions and 5 deletions
|
@ -856,7 +856,7 @@ export default class MessageComposerInput extends React.Component {
|
|||
let content = contentHTML ? sendHtmlFn(contentText, contentHTML) : sendTextFn(contentText);
|
||||
|
||||
if (replyingToEv) {
|
||||
const replyContent = ReplyThread.getReplyEvContent(replyingToEv);
|
||||
const replyContent = ReplyThread.makeReplyMixIn(replyingToEv);
|
||||
content = Object.assign(replyContent, content);
|
||||
|
||||
// Part of Replies fallback support - prepend the text we're sending with the text we're replying to
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue