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:
Barış Soner Uşaklı
2021-12-16 22:25:39 -05:00
parent b8896d1328
commit c4042c70de
10 changed files with 96 additions and 41 deletions

View File

@@ -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,