Typing notification in main thread#70
Conversation
|
Thanks! I think this was always intended to be the way it should work, but it didn't because this is wrong? So for the case when we are in main, we should just use Then let's just fix that and make that unconditional - I don't think anyone wants to have this configurable - and the diff will be much smaller, too! |
|
To have the typing notification only in the main thread yes. |
|
But showing the typing both in the main as well as in the thread is not what you would expect. Only for the first reply... So wouldn't it suffice to just change the original line to: or is it and that's it? No other change required and you get the typing notification where the bot is actually responding to? |
Hello,
I added the typing effect to the main thread when the bot is requested.
To activate it, use the env variable MATTERMOST_TYPE_IN_MAIN_THREAD=true.
The default value is false.