modules/m_room_aliases: Don't publish a room in the directory on local alias change

This commit is contained in:
Giovanni Bottaro 2023-03-05 16:54:02 +01:00 committed by Jason Volk
parent 12641056d2
commit e57fc466cd
1 changed files with 0 additions and 3 deletions

View File

@ -110,9 +110,6 @@ try
e.what(),
};
}
if(m::join_rule(room_id, "public"))
rooms::summary::set(room_id);
}
catch(const std::exception &e)
{