mirror of
https://github.com/zulip/zulip.git
synced 2025-11-06 15:03:34 +00:00
widgetize: Don't warn for deleted tictactoe widget.
This commit is contained in:
@@ -25,6 +25,9 @@ exports.activate = function (in_opts) {
|
||||
events.shift();
|
||||
|
||||
if (!widgets.has(widget_type)) {
|
||||
if (widget_type === "tictactoe") {
|
||||
return; // don't warn for deleted legacy widget
|
||||
}
|
||||
blueslip.warn("unknown widget_type", widget_type);
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user