Skip to content

Commit f4ea7b4

Browse files
committed
feat: hide AI summary pill under DM navigation bar
1 parent 9c81a89 commit f4ea7b4

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

src/Features/General/HideMetaAI.xm

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -288,6 +288,13 @@
288288
}
289289
%end
290290

291+
// "Click to summarize" pill under DM navigation bar
292+
%hook IGDirectThreadViewMetaAISummaryFeatureController
293+
- (id)initWithUserSession:(id)arg1 mutableStateProvider:(id)arg2 threadViewControllerFeatureDelegate:(id)arg3 presentingViewController:(id)arg4 {
294+
return nil;
295+
}
296+
%end
297+
291298
/////////////////////////////////////////////////////////////////////////////
292299

293300
// Explore

0 commit comments

Comments
 (0)