mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-07-20 22:40:07 +02:00
feat: #9506, allow seeing and editing your queued posts
allow regular users access to post queue allow regular users to edit their queued post/topic title allow regular users to remove their post from post queue ability to send a notification to user without removing from post queue allow accessing single post queue items from notifications
This commit is contained in:
@@ -64,6 +64,7 @@ middleware.renderHeader = async function renderHeader(req, res, data) {
|
||||
'brand:logo:display': meta.config['brand:logo'] ? '' : 'hide',
|
||||
allowRegistration: registrationType === 'normal',
|
||||
searchEnabled: plugins.hooks.hasListeners('filter:search.query'),
|
||||
postQueueEnabled: !!meta.config.postQueue,
|
||||
config: res.locals.config,
|
||||
relative_path,
|
||||
bodyClass: data.bodyClass,
|
||||
|
||||
Reference in New Issue
Block a user