scansion: Enable blocklist compat during tests to fix CI 0.12
authorKim Alvefur <zash@zash.se>
Wed, 12 Jun 2024 23:00:24 +0200
branch0.12
changeset 13496 dbf6e5404c7f
parent 13492 b2b090181270
child 13498 4c3d6ed9c823
scansion: Enable blocklist compat during tests to fix CI
spec/scansion/prosody.cfg.lua
--- a/spec/scansion/prosody.cfg.lua	Fri Mar 31 22:01:27 2023 +0200
+++ b/spec/scansion/prosody.cfg.lua	Wed Jun 12 23:00:24 2024 +0200
@@ -111,6 +111,8 @@
 
 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" }