#894 mod_admin_message: Should refuse to load on user hosts
Reporter
Dennis Schridde
Owner
Nobody
Created
Updated
Stars
★ (1)
Tags
Component-Community
Priority-Medium
Type-Enhancement
Status-Accepted
Dennis Schridde
on
What steps will reproduce the problem?
1. Set globally: `modules_enabled = { ... "admin_message" ... }`
2. Write a message to someone
3. Receive a message from the server `Sorry, I couldn't understand that... console:1: '=' expected near <insert second word of line here>`
What is the expected output? What do you see instead?
mod_admin_message should bail out early if it is accidentally enabled globally.
What version of the product are you using? On what operating system?
Prosody 0.10 hg:655837e9eeeb and prosody-modules 39cb2a51e779
What steps will reproduce the problem? 1. Set globally: `modules_enabled = { ... "admin_message" ... }` 2. Write a message to someone 3. Receive a message from the server `Sorry, I couldn't understand that... console:1: '=' expected near <insert second word of line here>` What is the expected output? What do you see instead? mod_admin_message should bail out early if it is accidentally enabled globally. What version of the product are you using? On what operating system? Prosody 0.10 hg:655837e9eeeb and prosody-modules 39cb2a51e779
Enabling mod_admin_message globally eats messages to contactsmod_admin_message: Should refuse to load on user hosts