summaryrefslogtreecommitdiff
path: root/intemperateprefs/INPRootListController.m
diff options
context:
space:
mode:
authorFivePixels <o5pxels@gmail.com>2020-07-07 13:37:24 -0500
committerFivePixels <o5pxels@gmail.com>2020-07-07 13:37:24 -0500
commita692718a2ae3d46db6c63b68a924f66f671ba004 (patch)
tree7a5ad3fa2c6744b53637c8c0e3bc5b68d3fdb3a4 /intemperateprefs/INPRootListController.m
parent20dcfabbfbed12577ab175e88da23024c69db47a (diff)
downloadintemperate-a692718a2ae3d46db6c63b68a924f66f671ba004.tar.xz
intemperate-a692718a2ae3d46db6c63b68a924f66f671ba004.zip
New twitter ID and add alert when blocking begins
Diffstat (limited to 'intemperateprefs/INPRootListController.m')
-rw-r--r--intemperateprefs/INPRootListController.m2
1 files changed, 1 insertions, 1 deletions
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];