Update quotes to render emoji just like normal messages
This commit is contained in:
parent
a7d44d3344
commit
21713cbce7
5 changed files with 52 additions and 8 deletions
|
@ -405,7 +405,9 @@
|
|||
this.quoteView = new Whisper.ReactWrapperView({
|
||||
className: 'quote-wrapper',
|
||||
Component: window.Signal.Components.Quote,
|
||||
props,
|
||||
props: Object.assign({}, props, {
|
||||
text: props.text ? window.emoji.signalReplace(props.text) : null,
|
||||
}),
|
||||
});
|
||||
this.$('.inner-bubble').prepend(this.quoteView.el);
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue