feat(P5C.T2): per-conv 'mentions only' toggle + notification gate
This commit is contained in:
@@ -425,6 +425,7 @@ function ConversationRow({
|
||||
conversationId={item.id}
|
||||
archived={item.archived}
|
||||
mutedUntil={item.mutedUntil}
|
||||
mentionsOnly={item.mentionsOnly}
|
||||
/>
|
||||
</NavLink>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user