You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-08 21:42:24 +03:00
Merge branch 't3chguy/fix/6606' of github.com:matrix-org/matrix-react-sdk into t3chguy/fix/6606
This commit is contained in:
@@ -40,7 +40,7 @@ const AVATAR_SIZE = 24;
|
|||||||
|
|
||||||
@replaceableComponent("views.rooms.PinnedEventTile")
|
@replaceableComponent("views.rooms.PinnedEventTile")
|
||||||
export default class PinnedEventTile extends React.Component<IProps> {
|
export default class PinnedEventTile extends React.Component<IProps> {
|
||||||
static contextType = MatrixClientContext;
|
public static contextType = MatrixClientContext;
|
||||||
|
|
||||||
private onTileClicked = () => {
|
private onTileClicked = () => {
|
||||||
dis.dispatch({
|
dis.dispatch({
|
||||||
|
|||||||
Reference in New Issue
Block a user