バグ #686 » patch.diff
core/plugin/profile/profile.rb | ||
---|---|---|
228 | 228 |
followbutton.ssc(:clicked){ |
229 | 229 |
followbutton.sensitive = false |
230 | 230 |
event = following ? :followings_destroy : :followings_created |
231 |
me.__send__(following ? :unfollow : :follow, user).next{ |msg|
|
|
231 |
me.__send__(following ? :unfollow : :follow, { :user_id => user[:id] }).next{ |msg|
|
|
232 | 232 |
Plugin.call(event, me, Users.new([user])) |
233 | 233 |
followbutton.sensitive = true unless followbutton.destroyed? }. |
234 | 234 |
terminate.trap{ |