mirror of
https://github.com/zulip/zulip.git
synced 2025-11-04 14:03:30 +00:00
embedded bots: Rename state and state_handler to storage.
This commit is contained in:
@@ -79,7 +79,7 @@ class EmbeddedBotHandler(object):
|
||||
self._rate_limit = RateLimit(20, 5)
|
||||
self.full_name = user_profile.full_name
|
||||
self.email = user_profile.email
|
||||
self.state = StateHandler(user_profile)
|
||||
self.storage = StateHandler(user_profile)
|
||||
|
||||
def send_message(self, message):
|
||||
# type: (Dict[str, Any]) -> None
|
||||
|
||||
Reference in New Issue
Block a user