Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

output_to_users doesn't work #470

Open
wass3r opened this issue Jun 19, 2023 · 0 comments
Open

output_to_users doesn't work #470

wass3r opened this issue Jun 19, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@wass3r
Copy link
Collaborator

wass3r commented Jun 19, 2023

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.

@wass3r wass3r added the bug Something isn't working label Nov 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant