0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-09-26 18:38:52 +02:00

ircd:Ⓜ️:fed::well_known: Minor simplify/remove condition.

This commit is contained in:
Jason Volk 2020-12-09 21:09:33 -08:00
parent 5a098566ab
commit 09d7822de9

View file

@ -153,9 +153,7 @@ try
const json::object content
{
origin_server_ts > 0ms?
m::get(std::nothrow, event_idx, "content", buf):
const_buffer{}
m::get(std::nothrow, event_idx, "content", buf)
};
const seconds ttl