From a692718a2ae3d46db6c63b68a924f66f671ba004 Mon Sep 17 00:00:00 2001 From: FivePixels Date: Tue, 7 Jul 2020 13:37:24 -0500 Subject: New twitter ID and add alert when blocking begins --- intemperateprefs/INPRootListController.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'intemperateprefs/INPRootListController.m') diff --git a/intemperateprefs/INPRootListController.m b/intemperateprefs/INPRootListController.m index 2f29e97..b0221af 100644 --- a/intemperateprefs/INPRootListController.m +++ b/intemperateprefs/INPRootListController.m @@ -19,7 +19,7 @@ posix_spawn(&pid, "/usr/bin/sbreload", NULL, NULL, (char* const*)args, NULL); } -(void)openTwitterDM { - [[UIApplication sharedApplication] openURL:[NSURL URLWithString:@"https://twitter.com/messages/compose?recipient_id=974524608949903361&text=%28Please+describe+your+issue+here%29"] options:@{} completionHandler:nil]; + [[UIApplication sharedApplication] openURL:[NSURL URLWithString:@"https://twitter.com/messages/compose?recipient_id=765771568337264641&text=%28Please+describe+your+issue+here%29"] options:@{} completionHandler:nil]; } -(void)openTwitter5px { [[UIApplication sharedApplication] openURL:[NSURL URLWithString:@"https://twitter.com/o5pxels"] options:@{} completionHandler:nil]; -- cgit v1.2.3