fix(matrix): remove tuple default from allow_room_mentions
This commit is contained in:
@@ -215,7 +215,7 @@ class MatrixConfig(Base):
|
||||
allow_from: list[str] = Field(default_factory=list)
|
||||
group_policy: Literal["open", "mention", "allowlist"] = "open"
|
||||
group_allow_from: list[str] = Field(default_factory=list)
|
||||
allow_room_mentions: bool = False,
|
||||
allow_room_mentions: bool = False
|
||||
streaming: bool = False
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user