Merge remote-tracking branch 'upstream/develop' into compact-reply-rendering
This commit is contained in:
commit
26a4a23a33
387 changed files with 13248 additions and 5078 deletions
|
@ -183,7 +183,7 @@ export default class ReplyThread extends React.Component {
|
|||
ref={ref} permalinkCreator={permalinkCreator} />;
|
||||
}
|
||||
|
||||
componentWillMount() {
|
||||
componentDidMount() {
|
||||
this.unmounted = false;
|
||||
this.room = this.context.getRoom(this.props.parentEv.getRoomId());
|
||||
this.room.on("Room.redaction", this.onRoomRedaction);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue