fix: handles on masto
This commit is contained in:
		
							parent
							
								
									19be3779e3
								
							
						
					
					
						commit
						4bad86822f
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -41,7 +41,7 @@ export function parseAccount(data) { | |||
|     else | ||||
|         account.host = get(server).host; | ||||
| 
 | ||||
|     account.fqn = data.fqn || account.username + account.host; | ||||
|     account.fqn = data.fqn || account.username + "@" + account.host; | ||||
| 
 | ||||
|     account.mention = "@" + account.username; | ||||
|     if (account.host != get(server).host) | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue