aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorToshiaki Asai <toshi.alternative@gmail.com>2016-10-20 13:20:34 +0900
committerToshiaki Asai <toshi.alternative@gmail.com>2016-10-20 13:20:34 +0900
commit8e403b697522adeb981d7c1a5ebe73348542fbbd (patch)
tree7a57925a76fc7a762f56437703bbea77f444f072
parent1bac7e548cb46d4c4b267c7a5736bf5b34852f3d (diff)
downloadmikutter-8e403b697522adeb981d7c1a5ebe73348542fbbd.tar.gz
User,Messageの詳細画面はintent_selectorを開かずに、それぞれの詳細画面を開く refs #905
-rw-r--r--core/userconfig.rb11
1 files changed, 11 insertions, 0 deletions
diff --git a/core/userconfig.rb b/core/userconfig.rb
index bbb82ca9..051dbf3c 100644
--- a/core/userconfig.rb
+++ b/core/userconfig.rb
@@ -139,6 +139,17 @@ class UserConfig
:quote_text_max_line_count => 10,
:reply_clicked_action => :open,
:quote_clicked_action => :open,
+
+ :intent_selector_rules => [{:uuid=>"8ab31d89-6d5f-4765-bb99-7a93ce5b1139",
+ :intent=>:user_detail_view_twitter_user,
+ :model=>"",
+ :str=>"https://twitter.com/",
+ :rule=>"start"},
+ {:uuid=>"c0095e59-75da-4177-98e0-d4955ece1d20",
+ :intent=>:message_detail_view_twitter_tweet,
+ :model=>"",
+ :str=>"https://twitter.com/",
+ :rule=>"start"}]
}
@@watcher = Hash.new{ [] }