diff --git a/frontend/src/App.tsx b/frontend/src/App.tsx
index 47b5f09..84ac2ec 100644
--- a/frontend/src/App.tsx
+++ b/frontend/src/App.tsx
@@ -471,6 +471,8 @@ export function App() {
favorites,
legacySortOrder: appSettings?.sidebar_sort_order,
isConversationNotificationsEnabled,
+ blockedKeys: appSettings?.blocked_keys ?? [],
+ blockedNames: appSettings?.blocked_names ?? [],
};
const conversationPaneProps = {
activeConversation,
diff --git a/frontend/src/components/ContactInfoPane.tsx b/frontend/src/components/ContactInfoPane.tsx
index 8e5e1e1..2197031 100644
--- a/frontend/src/components/ContactInfoPane.tsx
+++ b/frontend/src/components/ContactInfoPane.tsx
@@ -398,8 +398,8 @@ export function ContactInfoPane({
- {/* Block toggles (not applicable to repeaters) */}
- {!isRepeater && (onToggleBlockedKey || onToggleBlockedName) && (
+ {/* Block toggles */}
+ {(onToggleBlockedKey || onToggleBlockedName) && (
{onToggleBlockedKey && (