matrix-org/synapse

default in encryption_enabled_by_default_for_room_type is misleading

开放

#9,794 创建于 2021年4月12日

 (3 条评论) (0 个反应) (0 位负责人)Python (2,196 个派生)batch import
T-Taskgood first issue

仓库指标

星标
 (11,713 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

Description

The option encryption_enabled_by_default_for_room_type as introduced in #7639 is misleading.

A default is something that has a value as long as it's not overwritten. In this case it would mean, that encryption is enabled for the specified room type as long as it is not disabled for a specific room/client/... The current implementation prevents creation of unencrypted DMs/rooms. This is clearly not a default, but forced encryption.

Expected Naming

force_encryption_enabled_for_room_type or similar.

Version information

v1.31.0 and current develop branch.

贡献者指南