mirror of
				https://codeberg.org/yeentown/barkey.git
				synced 2025-11-04 07:24:13 +00:00 
			
		
		
		
	upd: replace star with heart
This commit is contained in:
		
							parent
							
								
									806a76c5ca
								
							
						
					
					
						commit
						1b9897f83b
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -220,7 +220,7 @@ export class ApiStatusMastodon {
 | 
			
		|||
			try {
 | 
			
		||||
				const data = (await client.createEmojiReaction(
 | 
			
		||||
					convertId(_request.params.id, IdType.SharkeyId),
 | 
			
		||||
					'⭐',
 | 
			
		||||
					'❤',
 | 
			
		||||
				)) as any;
 | 
			
		||||
				reply.send(convertStatus(data.data));
 | 
			
		||||
			} catch (e: any) {
 | 
			
		||||
| 
						 | 
				
			
			@ -238,7 +238,7 @@ export class ApiStatusMastodon {
 | 
			
		|||
			try {
 | 
			
		||||
				const data = await client.deleteEmojiReaction(
 | 
			
		||||
					convertId(_request.params.id, IdType.SharkeyId),
 | 
			
		||||
					'⭐',
 | 
			
		||||
					'❤',
 | 
			
		||||
				);
 | 
			
		||||
				reply.send(convertStatus(data.data));
 | 
			
		||||
			} catch (e: any) {
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		
		Reference in a new issue