mirror of
				https://github.com/matrix-org/gomatrix
				synced 2025-11-04 06:18:05 +00:00 
			
		
		
		
	private -> Public
This commit is contained in:
		
							parent
							
								
									6166ab33b3
								
							
						
					
					
						commit
						e045619a60
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -117,8 +117,8 @@ type RespUserDisplayName struct {
 | 
				
			||||||
type RespUserStatus struct {
 | 
					type RespUserStatus struct {
 | 
				
			||||||
	Presence        string `json:"presence"`
 | 
						Presence        string `json:"presence"`
 | 
				
			||||||
	StatusMsg       string `json:"status_msg"`
 | 
						StatusMsg       string `json:"status_msg"`
 | 
				
			||||||
	lastActiveAgo   int    `json:"last_active_ago"`
 | 
						LastActiveAgo   int    `json:"last_active_ago"`
 | 
				
			||||||
	currentlyActive bool   `json:"currently_active"`
 | 
						CurrentlyActive bool   `json:"currently_active"`
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
// RespRegister is the JSON response for http://matrix.org/docs/spec/client_server/r0.2.0.html#post-matrix-client-r0-register
 | 
					// RespRegister is the JSON response for http://matrix.org/docs/spec/client_server/r0.2.0.html#post-matrix-client-r0-register
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue