Fix some stuff
This commit is contained in:
parent
34b960d8cb
commit
78812b6f85
9 changed files with 51 additions and 42 deletions
|
@ -45,8 +45,8 @@ export default class ReplyThread extends React.Component {
|
|||
|
||||
static contextType = MatrixClientContext;
|
||||
|
||||
constructor(props) {
|
||||
super(props);
|
||||
constructor(props, context) {
|
||||
super(props, context);
|
||||
|
||||
this.state = {
|
||||
// The loaded events to be rendered as linear-replies
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue