mirror of
				https://gitlab.com/comunic/comunicapiv3
				synced 2025-11-04 09:34:04 +00:00 
			
		
		
		
	Load firebase token when loading clients
This commit is contained in:
		@@ -30,5 +30,6 @@ fn db_to_client(res: &database::RowResult) -> Res<APIClient> {
 | 
			
		||||
        domain: res.get_optional_str("domain")?,
 | 
			
		||||
        comment: res.get_optional_str("comment")?,
 | 
			
		||||
        default_expiration_time: res.get_u64("default_expiration_time")?,
 | 
			
		||||
        firebase_token: res.get_optional_str("firebase_token")?,
 | 
			
		||||
    })
 | 
			
		||||
}
 | 
			
		||||
		Reference in New Issue
	
	Block a user