static L<Dialog> withoutSecretDialogs(L<Dialog> dialogs) { ret filter(dialogs, func(Dialog d) { !containsIgnoreCase(d.snippet.title, "secret") }); }