From c2f795bea152e02278b36b4177d8e8520b8bb551 Mon Sep 17 00:00:00 2001 From: Mikaela Suomalainen Date: Fri, 5 Nov 2021 21:22:00 +0200 Subject: [PATCH] matrix/m.room.retention: add 24h.json --- matrix/retention/24h.json | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 matrix/retention/24h.json diff --git a/matrix/retention/24h.json b/matrix/retention/24h.json new file mode 100644 index 0000000..6051810 --- /dev/null +++ b/matrix/retention/24h.json @@ -0,0 +1,4 @@ +{ + "min_lifetime": 86400000, + "max_lifetime": 86400000 +}