From 19680b0838ce17b98604b9164549d3604669b6fd Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Tue, 26 Apr 2022 17:54:42 +0300 Subject: [PATCH] matrix/m.room.retention: add 1h.json Expectation: homeserver configurations prevent this from really working --- matrix/retention/1h.json | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 matrix/retention/1h.json diff --git a/matrix/retention/1h.json b/matrix/retention/1h.json new file mode 100644 index 0000000..c0d665c --- /dev/null +++ b/matrix/retention/1h.json @@ -0,0 +1,4 @@ +{ + "min_lifetime": 3600000, + "max_lifetime": 3600000 +}