add instance custom emojis to responses
This commit is contained in:
		
							
								
								
									
										9
									
								
								types.d.ts
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										9
									
								
								types.d.ts
									
									
									
									
										vendored
									
									
								
							| @ -73,6 +73,15 @@ export interface Mention { | ||||
|   username: string; | ||||
| } | ||||
|  | ||||
| export interface PleromaEmoji { | ||||
|   [emojiName: string]: PleromaEmojiMetadata; | ||||
| } | ||||
|  | ||||
| interface PleromaEmojiMetadata { | ||||
|   image_url: string; | ||||
|   tags: string[]; | ||||
| } | ||||
|  | ||||
| /** | ||||
|  * Experimental settings, I wouldn't recommend messing with these if you don't know how they work (I don't either) | ||||
|  */ | ||||
|  | ||||
		Reference in New Issue
	
	Block a user