Report
What did you do?
used a rule with output_to_users containing one list item of a user id
What did you expect to happen?
the trigger of the rule should have sent a message to that user
What happened instead?
message wasn't sent
Screenshots
If applicable, add screenshots to help explain your problem.
Your Environment
Please complete the following information):
- Flottbot version: 0.11+
- OS: linux
- OS version: [e.g. 10.13.6]
- Bot YAML (see below)
- Rule YAML (see below) if applicable
# please paste .bot.yml here (remove any sensitive information!)
name: msguser
active: true
respond: msguser
args:
- message
format_output: "${message}"
direct_message_only: false
output_to_users:
- <userid here>
Additional context
Add any other context about the problem here.
Report
What did you do?
used a rule with
output_to_userscontaining one list item of a user idWhat did you expect to happen?
the trigger of the rule should have sent a message to that user
What happened instead?
message wasn't sent
Screenshots
If applicable, add screenshots to help explain your problem.
Your Environment
Please complete the following information):
# please paste .bot.yml here (remove any sensitive information!)Additional context
Add any other context about the problem here.