Force enable threads labs flag
This commit is contained in:
parent
fbfa174ad0
commit
7ca1b385d9
27 changed files with 41 additions and 40 deletions
|
@ -71,7 +71,7 @@ const ReplyInThreadButton = ({ mxEvent, closeMenu }: IReplyInThreadButton) => {
|
|||
if (Boolean(relationType) && relationType !== RelationType.Thread) return null;
|
||||
|
||||
const onClick = (): void => {
|
||||
if (!SettingsStore.getValue("feature_threadstable")) {
|
||||
if (!SettingsStore.getValue("feature_threadenabled")) {
|
||||
dis.dispatch({
|
||||
action: Action.ViewUserSettings,
|
||||
initialTabId: UserTab.Labs,
|
||||
|
@ -640,7 +640,7 @@ export default class MessageContextMenu extends React.Component<IProps, IState>
|
|||
rightClick &&
|
||||
contentActionable &&
|
||||
canSendMessages &&
|
||||
SettingsStore.getValue("feature_threadstable") &&
|
||||
SettingsStore.getValue("feature_threadenabled") &&
|
||||
Thread.hasServerSideSupport &&
|
||||
timelineRenderingType !== TimelineRenderingType.Thread
|
||||
) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue