We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c81a89 commit f4ea7b4Copy full SHA for f4ea7b4
1 file changed
src/Features/General/HideMetaAI.xm
@@ -288,6 +288,13 @@
288
}
289
%end
290
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
+
298
/////////////////////////////////////////////////////////////////////////////
299
300
// Explore
0 commit comments