clicking on notification center gets you to mentions view instead
This commit is contained in:
parent
16a746eb53
commit
02ebc12451
2 changed files with 62 additions and 36 deletions
|
|
@ -346,7 +346,8 @@
|
|||
|
||||
- (void)userNotificationCenter:(NSUserNotificationCenter *)center didActivateNotification:(NSUserNotification *)notification
|
||||
{
|
||||
[self showConversationForPostId:[notification.userInfo objectForKey:@"postId"] andEntity:[notification.userInfo objectForKey:@"entity"]];
|
||||
//[self showConversationForPostId:[notification.userInfo objectForKey:@"postId"] andEntity:[notification.userInfo objectForKey:@"entity"]];
|
||||
[[self mentionsViewWindow] makeKeyAndOrderFront:self];
|
||||
}
|
||||
|
||||
/* CARBON */
|
||||
|
|
|
|||
Reference in a new issue