mirror of
				https://github.com/superseriousbusiness/gotosocial.git
				synced 2025-10-31 15:42:26 -05:00 
			
		
		
		
	
		
			
	
	
		
			9 lines
		
	
	
	
		
			181 B
		
	
	
	
		
			Go
		
	
	
	
	
	
		
		
			
		
	
	
			9 lines
		
	
	
	
		
			181 B
		
	
	
	
		
			Go
		
	
	
	
	
	
|  | package emoji | ||
|  | 
 | ||
|  | import "github.com/gin-gonic/gin" | ||
|  | 
 | ||
|  | // EmojisGETHandler returns a list of custom emojis enabled on the instance | ||
|  | func (m *Module) EmojisGETHandler(c *gin.Context) { | ||
|  | 
 | ||
|  | } |