mirror of
https://github.com/the-draupnir-project/Draupnir.git
synced 2026-06-05 15:21:20 +00:00
64de51496c
* Take room pill out of takedown notice. * Fix missing configSchema in RoomTakedownProtection. It was always there... just not plumbed in. * Fix RoomTakedownConfig schema was wrong. Properties that default to undefined need to be optional because of the way defaulting works. * Fix missing name on RoomTakedownProtectionSettings. * Fix joined_members missing from RoomBasicDetails. Important because it's used for the threshold. * Improve rendering of room discovery. * Add SimulatedRoomTakedownCapability. https://github.com/the-draupnir-project/planning/issues/41#issuecomment-2755447714 * Change renderer to include protection name. For some reason addOneLiner does this but addMessage does not? Something to look into there mare...