致命的 #799 » teokure-requirements.diff
mikutter/core/plugin/display_requirements/display_requirements.rb 2015-12-20 12:37:01.000000000 +0900 | ||
---|---|---|
172 | 172 |
[ [ nil] ] end |
173 | 173 | |
174 | 174 |
# アイコンをクリックしたら必ずプロフィールを表示しなければならない |
175 |
def iob_clicked |
|
176 |
if(current_icon_pos) |
|
175 |
def iob_clicked(gx, gy) |
|
176 |
icon_position = globalpos2iconpos(gx, gy) |
|
177 |
if icon_position |
|
177 | 178 |
Plugin.call(:show_profile, Service.primary, message.user) end end |
178 | 179 | |
179 | 180 |
# 名前からはプロフィールに、タイムスタンプからはツイートのパーマリンクにリンクしなければならない |