Merge branch 'develop' into t3chguy/fix/27078

This commit is contained in:
Michael Telatynski 2024-12-04 10:02:26 +00:00 committed by GitHub
commit 525cc6facd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
473 changed files with 6113 additions and 19397 deletions

View file

@ -413,7 +413,7 @@ export default class RoomList extends React.PureComponent<IProps, IState> {
private treeRef = createRef<HTMLDivElement>();
public static contextType = MatrixClientContext;
public declare context: React.ContextType<typeof MatrixClientContext>;
declare public context: React.ContextType<typeof MatrixClientContext>;
public constructor(props: IProps, context: React.ContextType<typeof MatrixClientContext>) {
super(props, context);