This commit is contained in:
gitGnome
2026-04-14 13:02:01 +02:00
parent c90c13b468
commit 2500418f80
5 changed files with 28 additions and 13 deletions
+2 -1
View File
@@ -1,5 +1,6 @@
package globals
const (
MaxDirectMsgCache uint32 = 12
MaxDirectMsgCache uint32 = 12
FileStorageBucketName string = "communicator"
)