mirror of
				https://codeberg.org/yeentown/barkey.git
				synced 2025-11-04 07:24:13 +00:00 
			
		
		
		
	upd: try fetching from db
This commit is contained in:
		
							parent
							
								
									16b81fb016
								
							
						
					
					
						commit
						0f8da74dc5
					
				
					 2 changed files with 2 additions and 1 deletions
				
			
		| 
						 | 
					@ -88,7 +88,7 @@ namespace MisskeyAPI {
 | 
				
			||||||
        suspended: null,
 | 
					        suspended: null,
 | 
				
			||||||
        limited: null,
 | 
					        limited: null,
 | 
				
			||||||
        created_at: '',
 | 
					        created_at: '',
 | 
				
			||||||
        createdAt: '',
 | 
					        createdAt: u.createdAt,
 | 
				
			||||||
        followers_count: 0,
 | 
					        followers_count: 0,
 | 
				
			||||||
        following_count: 0,
 | 
					        following_count: 0,
 | 
				
			||||||
        statuses_count: 0,
 | 
					        statuses_count: 0,
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -5,6 +5,7 @@ namespace MisskeyEntity {
 | 
				
			||||||
    id: string
 | 
					    id: string
 | 
				
			||||||
    name: string
 | 
					    name: string
 | 
				
			||||||
    username: string
 | 
					    username: string
 | 
				
			||||||
 | 
					    createdAt?: string
 | 
				
			||||||
    host: string | null
 | 
					    host: string | null
 | 
				
			||||||
    avatarUrl: string
 | 
					    avatarUrl: string
 | 
				
			||||||
    avatarColor: string
 | 
					    avatarColor: string
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		
		Reference in a new issue