-
Notifications
You must be signed in to change notification settings - Fork 28
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
Errbot can't recall anyone's name #106
Comments
The Does the bot respond with the correct mention when using |
That's just it though -- I didn't write any code to do this, it was doing it out of the box. So I thought it was core Errbot functionality. |
I wasn't able to reproduce your issue using errbot 6.2.0, slackv3 0.2.1 in a python3.12 virtualenv in RTM mode or Socket mode. RTM
Socket Mode
errbot version
Python
|
I have the backend installed via git submodules, but I have 6.2.0 for errbot. I am running inside the latest container provided by errbot. |
I don't use docker, so can't speak to what's being used in it. It may be out of date, in which case, you could build own image with the known working versions until a newer docker image is released. |
Ever since we moved to the v3 backend, every message the bot outputs begins with "@" but then there's no username so nobody is notified. Examples:
How do I restore the functionality of replying to a user? I believe the functionality is controlled by this switch in config.py:
The text was updated successfully, but these errors were encountered: