mirror of
https://github.com/wassname/talk.git
synced 2026-09-09 11:38:08 +08:00
Support adding modqueues from plugins
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
import t from 'coral-framework/services/i18n';
|
||||
import {getModQueueConfigs} from 'coral-framework/helpers/plugins';
|
||||
|
||||
export default {
|
||||
premod: {
|
||||
@@ -31,5 +32,6 @@ export default {
|
||||
statuses: ['NONE', 'PREMOD', 'ACCEPTED', 'REJECTED'],
|
||||
icon: 'question_answer',
|
||||
name: t('modqueue.all'),
|
||||
}
|
||||
},
|
||||
...getModQueueConfigs(),
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user