kopia lustrzana https://github.com/pixelfed/pixelfed
				
				
				
			Update ContextMenu component, fix account url paths
							rodzic
							
								
									e09a14d892
								
							
						
					
					
						commit
						01ca1edd84
					
				| 
						 | 
				
			
			@ -636,7 +636,7 @@
 | 
			
		|||
			},
 | 
			
		||||
 | 
			
		||||
			statusUrl(status) {
 | 
			
		||||
				if(status.local == true) {
 | 
			
		||||
				if(status.account.local == true) {
 | 
			
		||||
					return status.url;
 | 
			
		||||
				}
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -644,7 +644,7 @@
 | 
			
		|||
			},
 | 
			
		||||
 | 
			
		||||
			profileUrl(status) {
 | 
			
		||||
				if(status.local == true) {
 | 
			
		||||
				if(status.account.local == true) {
 | 
			
		||||
					return status.account.url;
 | 
			
		||||
				}
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Ładowanie…
	
		Reference in New Issue