mirror of
https://github.com/the-draupnir-project/Draupnir.git
synced 2026-05-12 02:24:57 +00:00
5414c46c36
* Experimental Protection to propagate room level bans to policies. - Needs an automated option - I really want this to be enabled by default - It needs to be easily configurable and very visible because it's a really useful feature. - Need to check that they are not already banned on a policy list. - Allow possibility to rely last message like a report behind spoiler text. * Use MatrixDataManager for enabled protections. This will allow us to create "enabled by default" protections via a schema migration. * Enable BanPropagationProtection by default * BanPropagation: only prompt when user is not already banned. * Test for BanPropagationProtection. * clearTimeout for prompt reactions if we got a reaction. * Allow renderMatrixAndSend to not need a reply. * document getFirstEventMatching