mirror of
				https://codeberg.org/yeentown/barkey.git
				synced 2025-10-31 05:24:13 +00:00 
			
		
		
		
	merge: Send default reactions as Like activities to Iceshrimp.NET instances (!505)
View MR for information: https://activitypub.software/TransFem-org/Sharkey/-/merge_requests/505 Approved-by: dakkar <dakkar@thenautilus.net> Approved-by: Marie <marie@kaifa.ch>
This commit is contained in:
		
						commit
						89f412c696
					
				
					 1 changed files with 2 additions and 1 deletions
				
			
		|  | @ -284,6 +284,7 @@ export class ApRendererService { | ||||||
| 				if (instance && instance.softwareName === 'mastodon') isMastodon = true; | 				if (instance && instance.softwareName === 'mastodon') isMastodon = true; | ||||||
| 				if (instance && instance.softwareName === 'akkoma')	isMastodon = true; | 				if (instance && instance.softwareName === 'akkoma')	isMastodon = true; | ||||||
| 				if (instance && instance.softwareName === 'pleroma') isMastodon = true; | 				if (instance && instance.softwareName === 'pleroma') isMastodon = true; | ||||||
|  | 				if (instance && instance.softwareName === 'iceshrimp.net') isMastodon = true; | ||||||
| 			} | 			} | ||||||
| 		} | 		} | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		
		Reference in a new issue