0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2025-01-02 10:54:16 +01:00

ircd:Ⓜ️:fed: Add a default ttl when read from content.

This commit is contained in:
Jason Volk 2020-04-29 02:57:41 -07:00
parent cffe801148
commit f649a31925

View file

@ -1720,7 +1720,7 @@ try
const seconds ttl
{
content.get<time_t>("ttl", time_t(0))
content.get<time_t>("ttl", time_t(86400))
};
const system_point expires