Profile

金具✅

45391 posts 614 follows 441 followers

アイコンは @akkiesoft 氏作

https://mstdn.kanagu.info/@cobodo

金具✅ cobodo@mstdn.kanagu.info

さっきのPlugin.callの話は github.com/cobodo/mikutter-mul
```
Plugin.call(:world_change_current, world).next do
Plugin.call(:gui_postbox_post, i_postbox).next do
Plugin.call(:world_change_current, current)
end
end
```
と書けたら少し楽だなというような話です(Deferredが返されていたとしても:gui_postbox_postイベントの終了が定かでないためにこれではうまくいかない