mirror of
https://gitee.com/gitea/gitea
synced 2025-11-10 03:20:24 +08: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