mirror of https://github.com/vector-im/riot-web
				
				
				
			Make the 'encrypt this room' knob be megolm
							parent
							
								
									fdfd6ecfd9
								
							
						
					
					
						commit
						bc8e7724e8
					
				|  | @ -249,7 +249,7 @@ module.exports = React.createClass({ | |||
|         var roomId = this.props.room.roomId; | ||||
|         return MatrixClientPeg.get().sendStateEvent( | ||||
|             roomId, "m.room.encryption", | ||||
|             { algorithm: "m.olm.v1.curve25519-aes-sha2" } | ||||
|             { algorithm: "m.megolm.v1.aes-sha2" } | ||||
|         ); | ||||
|     }, | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue
	
	 Richard van der Hoff
						Richard van der Hoff