about summary refs log tree commit diff
path: root/MatrixAntiDmSpam/appsettings.Development.json
diff options
context:
space:
mode:
authorRory& <root@rory.gay>2025-05-15 18:26:57 +0200
committerRory& <root@rory.gay>2025-05-15 18:26:57 +0200
commita8acdee82810351c4f438286b535c215f318df3f (patch)
treeaaa718b660450cadcffb8da71ed3bc534f15ea53 /MatrixAntiDmSpam/appsettings.Development.json
parentUpdate ArcaneLibs (diff)
downloadMatrixAntiDmSpam-a8acdee82810351c4f438286b535c215f318df3f.tar.xz
Fix bug removing all policies that arent user added, theoretically fix missing room_id bugfix
Diffstat (limited to 'MatrixAntiDmSpam/appsettings.Development.json')
-rw-r--r--MatrixAntiDmSpam/appsettings.Development.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/MatrixAntiDmSpam/appsettings.Development.json b/MatrixAntiDmSpam/appsettings.Development.json

index 4cfb975..00d6dd4 100644 --- a/MatrixAntiDmSpam/appsettings.Development.json +++ b/MatrixAntiDmSpam/appsettings.Development.json
@@ -23,7 +23,7 @@ // What presence value to set // Defaults to "online" if null or not set - // "Presence": "online", + "Presence": "offline", // Filter to apply to the sync request. Useful if you want custom data to be sent. // "Filter": { },