Add contact blocking

This commit is contained in:
Jack Kingsman
2026-03-04 18:54:21 -08:00
parent 145609faf9
commit d5fe9c677f
18 changed files with 693 additions and 48 deletions
+2
View File
@@ -508,6 +508,8 @@ class TestAppSettingsRepository:
"community_mqtt_broker_port": 443,
"community_mqtt_email": "",
"flood_scope": "",
"blocked_keys": "[]",
"blocked_names": "[]",
}
)
mock_conn.execute = AsyncMock(return_value=mock_cursor)