Notifiarr / website

Issue tracker for Notifiarr.com
https://notifiarr.com
7 stars 0 forks source link

409 response not working with requests & approval #45

Closed austinwbest closed 3 years ago

austinwbest commented 3 years ago

If a user requires approval, the message still sends to the admin of the server that a new request was made and needs approved

if (!$addRequest)

Need to adjust that block of code in the bot.selection.php to accomodate 409 response for users who require approval

bakerboy