mirror of
https://github.com/matrix-construct/construct
synced 2024-11-04 21:08:57 +01:00
ircd:Ⓜ️ Remove history warning on init.
This commit is contained in:
parent
9700f38fc5
commit
d087369b96
1 changed files with 0 additions and 9 deletions
|
@ -50,15 +50,6 @@ try
|
|||
{
|
||||
if(!ircd::write_avoid)
|
||||
presence::set(me, "online", me_online_status_msg);
|
||||
|
||||
if(room::state::disable_history)
|
||||
log::warning
|
||||
{
|
||||
m::log, "Room state history is disabled by the configuration"
|
||||
" (ircd.m.room.state.disable_history). This is for development"
|
||||
" only. You must change this manually when instructed to do so"
|
||||
" by the developer before production use."
|
||||
};
|
||||
}
|
||||
catch(const http::error &e)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue