Skip to content

Suppress echo of Matrix events from any Gitter users

Eric Eastwood requested to merge 2335-supress-echo into develop

Suppress echo of Matrix events from any Gitter users

Follow-up to !2335 (comment 1257465420) and by its nature, https://github.com/matrix-org/matrix-hosted/issues/6979

Normally, this is done in matrix-appservice-bridge with the suppressEcho option by default but it only works on exclusive: true users which was changed to exclusive: false in !2335 (merged) so we also have to handle it ourselves here.

Edited by Eric Eastwood

Merge request reports