mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-27 03:43:27 +01:00
Move to react for newlines, emoji, and links in message body
This commit is contained in:
@@ -1293,7 +1293,7 @@
|
||||
className: 'quote-wrapper',
|
||||
Component: window.Signal.Components.Quote,
|
||||
props: Object.assign({}, props, {
|
||||
text: props.text ? window.emoji.signalReplace(props.text) : null,
|
||||
text: props.text,
|
||||
onClose: () => {
|
||||
this.setQuoteMessage(null);
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user