操作
バグ #1481
完了コマンド「返信」を選択するとクラッシュ
プラグイン名:
ブランチ:
クラッシュする:
いいえ
説明
ruby 3.0.0
/home/toshi/Project/mikutter/core/mui/gtk_postbox.rb:59:in `initialize': uninitialized constant Gtk::PostBox::Message (NameError) Did you mean? Gtk::MessageType
if postable
warn "Gtk::Postbox.new(postable) is deprecated. see https://mikutter.hachune.net/rdoc/Gtk/PostBox.html"
case postable
when Message
@to = [postable, *@to].freeze unless @to.include? postable
when Diva::Model
@from = postable
end
end
deprecated modeでMessageクラスがないとクラッシュするのは良いとして(Twitterの互換性のためなので)、vanillaの状態でこれが呼ばれるのはよくない。
操作