You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-06-26 04:01:04 +03:00
add comment
This commit is contained in:
@ -45,6 +45,8 @@ module.exports = React.createClass({
|
|||||||
|
|
||||||
getInitialState: function() {
|
getInitialState: function() {
|
||||||
return {
|
return {
|
||||||
|
// the URL (if any) to be previewed with a LinkPreviewWidget
|
||||||
|
// inside this TextualBody.
|
||||||
link: null,
|
link: null,
|
||||||
|
|
||||||
// track whether the preview widget is hidden
|
// track whether the preview widget is hidden
|
||||||
|
Reference in New Issue
Block a user