mirror of
https://github.com/matrix-construct/construct
synced 2024-12-25 06:53:58 +01:00
modules/m_room_aliases: Don't publish a room in the directory on local alias change
This commit is contained in:
parent
12641056d2
commit
e57fc466cd
1 changed files with 0 additions and 3 deletions
|
@ -110,9 +110,6 @@ try
|
||||||
e.what(),
|
e.what(),
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
if(m::join_rule(room_id, "public"))
|
|
||||||
rooms::summary::set(room_id);
|
|
||||||
}
|
}
|
||||||
catch(const std::exception &e)
|
catch(const std::exception &e)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue