diff --git a/modules/console.cc b/modules/console.cc index 98818b362..d92e93c6d 100644 --- a/modules/console.cc +++ b/modules/console.cc @@ -7572,6 +7572,7 @@ console_cmd__room__top(opt &out, const string_view &line) out << "top index: " << std::get(top) << std::endl; out << "top depth: " << std::get(top) << std::endl; out << "top event: " << std::get(top) << std::endl; + out << "joined: " << m::room::members{room_id}.count("join") << std::endl; out << std::endl; state.for_each(m::room::state::types{[&out, &state]