From 11bc995c0b0009dda6ba5dec031255fee13ea113 Mon Sep 17 00:00:00 2001 From: Kim Alvefur Date: Wed, 12 Jun 2024 23:00:24 +0200 Subject: scansion: Enable blocklist compat during tests to fix CI --- spec/scansion/prosody.cfg.lua | 2 ++ 1 file changed, 2 insertions(+) (limited to 'spec') diff --git a/spec/scansion/prosody.cfg.lua b/spec/scansion/prosody.cfg.lua index 6901cc11..75f55ae0 100644 --- a/spec/scansion/prosody.cfg.lua +++ b/spec/scansion/prosody.cfg.lua @@ -111,6 +111,8 @@ storage = "memory" mam_smart_enable = true +bounce_blocked_messages = true + -- For the "sql" backend, you can uncomment *one* of the below to configure: --sql = { driver = "SQLite3", database = "prosody.sqlite" } -- Default. 'database' is the filename. --sql = { driver = "MySQL", database = "prosody", username = "prosody", password = "secret", host = "localhost" } -- cgit v1.2.3