mirror of
				https://codeberg.org/yeentown/barkey.git
				synced 2025-10-26 19:14:12 +00:00 
			
		
		
		
	upd: return @ before username
This commit is contained in:
		
							parent
							
								
									5cca3e81d2
								
							
						
					
					
						commit
						d3832f2560
					
				
					 1 changed files with 4 additions and 4 deletions
				
			
		|  | @ -72,10 +72,10 @@ namespace MisskeyAPI { | |||
|       host ? host = host.replace("https://", "") : null; | ||||
|       let acct = u.username | ||||
|       if (host) { | ||||
|         acct = `${u.username}@${host}` | ||||
|         acct = `@${u.username}@${host}` | ||||
|       } | ||||
|       if (u.host) { | ||||
|         acct = `${u.username}@${u.host}` | ||||
|         acct = `@${u.username}@${u.host}` | ||||
|       } | ||||
|       return { | ||||
|         id: u.id, | ||||
|  | @ -108,10 +108,10 @@ namespace MisskeyAPI { | |||
|       host ? host = host.replace("https://", "") : null; | ||||
|       let acct = u.username | ||||
|       if (host) { | ||||
|         acct = `${u.username}@${host}` | ||||
|         acct = `@${u.username}@${host}` | ||||
|       } | ||||
|       if (u.host) { | ||||
|         acct = `${u.username}@${u.host}` | ||||
|         acct = `@${u.username}@${u.host}` | ||||
|       } | ||||
|       return { | ||||
|         id: u.id, | ||||
|  |  | |||
		Loading…
	
	Add table
		
		Reference in a new issue