[Release] Switch threads on for everyone (#9890)
Co-authored-by: Andy Balaam <andy.balaam@matrix.org>
This commit is contained in:
parent
f38b5f62e5
commit
f4ad9b29ac
25 changed files with 38 additions and 38 deletions
|
@ -65,7 +65,7 @@ export default class TypingStore {
|
|||
if (SettingsStore.getValue("lowBandwidth")) return;
|
||||
// Disable typing notification for threads for the initial launch
|
||||
// before we figure out a better user experience for them
|
||||
if (SettingsStore.getValue("feature_threadstable") && threadId) return;
|
||||
if (SettingsStore.getValue("feature_threadenabled") && threadId) return;
|
||||
|
||||
let currentTyping = this.typingStates[roomId];
|
||||
if ((!isTyping && !currentTyping) || (currentTyping && currentTyping.isTyping === isTyping)) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue