Remove support for unstable private read receipts (#9225)
This commit is contained in:
parent
e52ef4522d
commit
28a418dd2a
2 changed files with 6 additions and 6 deletions
|
@ -127,8 +127,7 @@ export default class PreferencesUserSettingsTab extends React.Component<IProps,
|
|||
public async componentDidMount(): Promise<void> {
|
||||
this.setState({
|
||||
disablingReadReceiptsSupported: (
|
||||
await MatrixClientPeg.get().doesServerSupportUnstableFeature("org.matrix.msc2285.stable") ||
|
||||
await MatrixClientPeg.get().doesServerSupportUnstableFeature("org.matrix.msc2285")
|
||||
await MatrixClientPeg.get().doesServerSupportUnstableFeature("org.matrix.msc2285.stable")
|
||||
),
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue