Merge pull request #11565 from aaronraimist/matrix.org-presence-fix
Update riot.im enable_presence_by_hs_url for new matrix.org client URLpull/11591/head
						commit
						b4829fd3d4
					
				|  | @ -47,7 +47,8 @@ | |||
|         "siteId": 1 | ||||
|     }, | ||||
|     "enable_presence_by_hs_url": { | ||||
|         "https://matrix.org": false | ||||
|         "https://matrix.org": false, | ||||
|         "https://matrix-client.matrix.org": false | ||||
|     }, | ||||
|     "settingDefaults": { | ||||
|         "breadcrumbs": true | ||||
|  |  | |||
|  | @ -34,6 +34,7 @@ | |||
|         "feature_lazyloading": "enable" | ||||
|     }, | ||||
|     "enable_presence_by_hs_url": { | ||||
|         "https://matrix.org": false | ||||
|         "https://matrix.org": false, | ||||
|         "https://matrix-client.matrix.org": false | ||||
|     } | ||||
| } | ||||
|  |  | |||
|  | @ -26,7 +26,8 @@ | |||
|         ] | ||||
|     }, | ||||
|     "enable_presence_by_hs_url": { | ||||
|         "https://matrix.org": false | ||||
|         "https://matrix.org": false, | ||||
|         "https://matrix-client.matrix.org": false | ||||
|     }, | ||||
|     "terms_and_conditions_links": [ | ||||
|         { | ||||
|  |  | |||
|  | @ -35,7 +35,8 @@ | |||
|         ] | ||||
|     }, | ||||
|     "enable_presence_by_hs_url": { | ||||
|         "https://matrix.org": false | ||||
|         "https://matrix.org": false, | ||||
|         "https://matrix-client.matrix.org": false | ||||
|     }, | ||||
|     "terms_and_conditions_links": [ | ||||
|         { | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue
	
	 Travis Ralston
						Travis Ralston