Merge branch 'master' into develop

This commit is contained in:
RiotRobot
2022-04-26 11:50:38 +01:00
4 changed files with 69 additions and 11 deletions

View File

@@ -308,6 +308,11 @@ export default class MessageActionBar extends React.PureComponent<IMessageAction
];
private get showReplyInThreadAction(): boolean {
if (!SettingsStore.getValue("feature_thread") && !Thread.hasServerSideSupport) {
// hide the prompt if the user would only have degraded mode
return null;
}
if (!SettingsStore.getBetaInfo("feature_thread") &&
!SettingsStore.getValue("feature_thread") &&
!SdkConfig.get("show_labs_settings")