mirror of
				https://github.com/vector-im/element-web.git
				synced 2025-11-04 10:11:03 +01:00 
			
		
		
		
	Merge pull request #4054 from matrix-org/t3chguy/showTypingNotifications
Fix watcher for showTypingNotifications setting
This commit is contained in:
		
						commit
						36fa6261cf
					
				@ -167,7 +167,7 @@ export default class MessagePanel extends React.Component {
 | 
			
		||||
        this._scrollPanel = createRef();
 | 
			
		||||
 | 
			
		||||
        this._showTypingNotificationsWatcherRef =
 | 
			
		||||
            SettingsStore.watchSetting("showTypingNotifications", this.onShowTypingNotificationsChange);
 | 
			
		||||
            SettingsStore.watchSetting("showTypingNotifications", null, this.onShowTypingNotificationsChange);
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    componentDidMount() {
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user