685d91d41b
CI / Build & Quality Checks (push) Successful in 10m9s
Automated cleanup removed const mx = useMatrixClient() from 3 more components that use it (MessagePinItem, Message, Event) in addition to the 2 fixed in the previous hotfix. Root cause: the cleanup script used substring matching on indentation which removed declarations at any indent level, not just the one targeted unused variable. All 5 components that call mx.* now have their declarations restored. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>