diff --git a/LOTUS_FEATURES.md b/LOTUS_FEATURES.md index 4c2c94a9b..f3c4253e2 100644 --- a/LOTUS_FEATURES.md +++ b/LOTUS_FEATURES.md @@ -1289,9 +1289,9 @@ Features: Accessible via **Room/Space Settings → Policy Lists** (admin only). -- Displays the room's subscribed policy lists in read-only format -- Subscribe (join) and unsubscribe (leave) controls for each list -- Enforcement is delegated to Draupnir or equivalent tooling; Lotus only manages list membership +- Enter a policy-list room's **ID or alias** (one you have already joined) to view its `m.policy.rule.user` / `.room` / `.server` rules in read-only format +- Viewer only — there are **no** subscribe/unsubscribe controls and no listing of "subscribed" lists; join or leave the policy-list room itself the normal way +- Enforcement is delegated to Draupnir or equivalent tooling --- diff --git a/src/app/components/message/MsgTypeRenderers.tsx b/src/app/components/message/MsgTypeRenderers.tsx index fe7f418ae..379068c31 100644 --- a/src/app/components/message/MsgTypeRenderers.tsx +++ b/src/app/components/message/MsgTypeRenderers.tsx @@ -685,7 +685,7 @@ export function MLocation({ content }: MLocationProps) {