Use UserId instead of String for the login endpoint.
				
					
				
			This commit is contained in:
		
							parent
							
								
									6aceca259e
								
							
						
					
					
						commit
						a5427a5daf
					
				| @ -3,6 +3,7 @@ | |||||||
| /// [POST /_matrix/client/r0/login](https://matrix.org/docs/spec/client_server/r0.2.0.html#post-matrix-client-r0-login)
 | /// [POST /_matrix/client/r0/login](https://matrix.org/docs/spec/client_server/r0.2.0.html#post-matrix-client-r0-login)
 | ||||||
| pub mod login { | pub mod login { | ||||||
|     use ruma_api_macros::ruma_api; |     use ruma_api_macros::ruma_api; | ||||||
|  |     use ruma_identifiers::UserId; | ||||||
| 
 | 
 | ||||||
|     ruma_api! { |     ruma_api! { | ||||||
|         metadata { |         metadata { | ||||||
| @ -40,7 +41,7 @@ pub mod login { | |||||||
|             #[serde(skip_serializing_if = "Option::is_none")] |             #[serde(skip_serializing_if = "Option::is_none")] | ||||||
|             pub refresh_token: Option<String>, |             pub refresh_token: Option<String>, | ||||||
|             /// The fully-qualified Matrix ID that has been registered.
 |             /// The fully-qualified Matrix ID that has been registered.
 | ||||||
|             pub user_id: String, |             pub user_id: UserId, | ||||||
|         } |         } | ||||||
|     } |     } | ||||||
| 
 | 
 | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user