Fix: augmenter temps dispos des media matrix depuis IRC

neo
Lzebulon 2025-04-13 17:11:39 +02:00
parent 2a266f69e8
commit 5d996b70dd
No known key found for this signature in database
GPG Key ID: D6CDAB8050CBBE7D
1 changed files with 7 additions and 5 deletions

View File

@ -1,8 +1,7 @@
{
config,
pkgs,
lib,
...
{ config
, pkgs
, lib
, ...
}:
let
@ -134,6 +133,8 @@ in
ircConnectionFailure = true;
userQuit = true;
};
# nombre de ligne avant de transformer un message matrix en liens pour IRC
lineLimit = 5;
};
};
};
@ -164,6 +165,7 @@ in
mediaProxy = {
publicUrl = "https://matrix.crans.org/media";
ttlSeconds = 2629800; # media matrix dispo ~1mois via IRC
};
permissions = {