mirror of
https://github.com/go-gitea/gitea
synced 2025-08-11 03:58:20 +00:00
Backport #26461
This commit is contained in:
@@ -31,7 +31,7 @@ function makeCollections({mentions, emoji}) {
|
||||
|
||||
if (mentions) {
|
||||
collections.push({
|
||||
values: window.config.tributeValues,
|
||||
values: window.config.tributeValues ?? [],
|
||||
requireLeadingSpace: true,
|
||||
menuItemTemplate: (item) => {
|
||||
return `
|
||||
|
Reference in New Issue
Block a user