@@ -458,6 +458,7 @@ var phoneConfig = {
458458 icon : "phone_white" ,
459459 color : "#5bb2a2" ,
460460 title : I18n . t ( 'phone_title' ) ,
461+ scope : [ "personal-chats" , "registered" , "dapps" ] ,
461462 description : I18n . t ( 'phone_description' ) ,
462463 sequentialParams : true ,
463464 validator : function ( params ) {
@@ -489,6 +490,7 @@ var phoneConfig = {
489490 } ;
490491 }
491492} ;
493+ status . command ( phoneConfig ) ;
492494status . response ( phoneConfig ) ;
493495
494496var ropstenNetworkId = 3 ;
@@ -556,7 +558,7 @@ var faucetCommandConfig ={
556558 title : I18n . t ( 'faucet_title' ) ,
557559 description : I18n . t ( 'faucet_description' ) ,
558560 color : "#7099e6" ,
559- scope : [ "registered-only" , "group- chats", "personal-chats " , "can-use-for- dapps" ] ,
561+ scope : [ "personal- chats" , "registered " , "dapps" ] ,
560562 params : [ {
561563 name : "url" ,
562564 type : status . types . TEXT ,
@@ -632,7 +634,7 @@ status.command({
632634 title : I18n . t ( 'debug_mode_title' ) ,
633635 description : I18n . t ( 'debug_mode_description' ) ,
634636 color : "#7099e6" ,
635- scope : [ "registered-only" , "group- chats", "personal-chats " , "can-use-for- dapps" ] ,
637+ scope : [ "personal- chats" , "registered " , "dapps" ] ,
636638 params : [ {
637639 name : "mode" ,
638640 suggestions : debugSuggestions ,
@@ -659,6 +661,7 @@ status.command({
659661status . response ( {
660662 name : "confirmation-code" ,
661663 color : "#7099e6" ,
664+ scope : [ "personal-chats" , "registered" , "dapps" ] ,
662665 description : I18n . t ( 'confirm_description' ) ,
663666 sequentialParams : true ,
664667 params : [ {
@@ -696,6 +699,7 @@ status.response({
696699status . response ( {
697700 name : "password" ,
698701 color : "#7099e6" ,
702+ scope : [ "personal-chats" , "anonymous" , "dapps" ] ,
699703 description : I18n . t ( 'password_description' ) ,
700704 icon : "lock_white" ,
701705 sequentialParams : true ,
@@ -754,6 +758,7 @@ status.response({
754758
755759status . response ( {
756760 name : "grant-permissions" ,
761+ scope : [ "personal-chats" , "anonymous" , "registered" , "dapps" ] ,
757762 color : "#7099e6" ,
758763 description : "Grant permissions" ,
759764 icon : "lock_white" ,
0 commit comments