Fix duplicated data appearing on Matrix

This commit is contained in:
Cadence Ember
2025-11-18 14:48:59 +13:00
parent a2787f7b0b
commit d0f7d79d78
5 changed files with 64 additions and 4 deletions

View File

@@ -28,6 +28,7 @@ reg.namespaces = {
}
reg.ooye.bridge_origin = "https://bridge.example.org"
reg.ooye.time_zone = "Pacific/Auckland"
reg.ooye.max_file_size = 5000000
const sync = new HeatSync({watchFS: false})