Merge pull request #4534 from matrix-org/jryans/key-backup-network-fail
Only show key backup reminder when confirmed by server to be missingpull/21833/head
						commit
						e56ce8d885
					
				|  | @ -1768,7 +1768,7 @@ export default createReactClass({ | |||
|         const showRoomRecoveryReminder = ( | ||||
|             SettingsStore.getValue("showRoomRecoveryReminder") && | ||||
|             this.context.isRoomEncrypted(this.state.room.roomId) && | ||||
|             !this.context.getKeyBackupEnabled() | ||||
|             this.context.getKeyBackupEnabled() === false | ||||
|         ); | ||||
| 
 | ||||
|         const hiddenHighlightCount = this._getHiddenHighlightCount(); | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue
	
	 J. Ryan Stinnett
						J. Ryan Stinnett