Update copyright and method accessors
This commit is contained in:
parent
77a463e679
commit
bd1aa01b67
3 changed files with 4 additions and 3 deletions
|
@ -697,6 +697,7 @@ $hover-select-border: 4px;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
gap: 6px;
|
gap: 6px;
|
||||||
margin-bottom: 6px;
|
margin-bottom: 6px;
|
||||||
|
|
||||||
a {
|
a {
|
||||||
flex: 1;
|
flex: 1;
|
||||||
min-width: none;
|
min-width: none;
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
Copyright 2021 New Vector Ltd.
|
Copyright 2021 The Matrix.org Foundation C.I.C.
|
||||||
|
|
||||||
Licensed under the Apache License, Version 2.0 (the "License");
|
Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
you may not use this file except in compliance with the License.
|
you may not use this file except in compliance with the License.
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
Copyright 2021 New Vector Ltd.
|
Copyright 2021 The Matrix.org Foundation C.I.C.
|
||||||
|
|
||||||
Licensed under the Apache License, Version 2.0 (the "License");
|
Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
you may not use this file except in compliance with the License.
|
you may not use this file except in compliance with the License.
|
||||||
|
@ -112,7 +112,7 @@ export default class ThreadView extends React.Component<IProps, IState> {
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
public renderEventTile(event: MatrixEvent): JSX.Element {
|
private renderEventTile(event: MatrixEvent): JSX.Element {
|
||||||
return <EventTile
|
return <EventTile
|
||||||
key={event.getId()}
|
key={event.getId()}
|
||||||
mxEvent={event}
|
mxEvent={event}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue