You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Start the conversation (a couple of messages, to help narrow to it later)
Deactivate the bot (from web app :))
Perform either narrowing or quote reply actions on that conversation in ZT
You'll encounter a traceback, with the error Key error: <bot-email>. The key error corresponds to Model.user_dict.
We currently don't support tracking users which are deactivated (including inactive bots). We do check that a narrow exists first in other cases (e.g., narrowing to stream). This might be an option for users too. We can also add a check based on the server response.
The text was updated successfully, but these errors were encountered:
Steps to reproduce:
You'll encounter a traceback, with the error
Key error: <bot-email>
. The key error corresponds toModel.user_dict
.We currently don't support tracking users which are deactivated (including inactive bots). We do check that a narrow exists first in other cases (e.g., narrowing to stream). This might be an option for users too. We can also add a check based on the server response.
The text was updated successfully, but these errors were encountered: