mirror of
				https://gitee.com/gitea/gitea
				synced 2025-11-04 08:30:25 +08:00 
			
		
		
		
	rename tributeValues to mentionValues (#25375)
Very simple change, just rename this variable so it does not feature the name of the module.
This commit is contained in:
		@@ -31,7 +31,7 @@ function makeCollections({mentions, emoji}) {
 | 
			
		||||
 | 
			
		||||
  if (mentions) {
 | 
			
		||||
    collections.push({
 | 
			
		||||
      values: window.config.tributeValues,
 | 
			
		||||
      values: window.config.mentionValues,
 | 
			
		||||
      requireLeadingSpace: true,
 | 
			
		||||
      menuItemTemplate: (item) => {
 | 
			
		||||
        return `
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user