bots: Add UI to view bot types of existing bots in "Your bots".

Tweaked by tabbott for more standard internationalization.
This commit is contained in:
Abhijeet Kaur
2017-06-12 23:20:03 +05:30
committed by Tim Abbott
parent 4e5ae83fb0
commit af7e08acb0
11 changed files with 31 additions and 3 deletions

View File

@@ -391,6 +391,7 @@ def notify_created_bot(user_profile):
bot = dict(email=user_profile.email,
user_id=user_profile.id,
full_name=user_profile.full_name,
bot_type=user_profile.bot_type,
is_active=user_profile.is_active,
api_key=user_profile.api_key,
default_sending_stream=default_sending_stream_name,