-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Handle Chat Message Notifications (#316) #10
Conversation
This reverts commit b4b90cd.
}; | ||
if (chatListClient) { | ||
chatListClient.onStateChange(setChatListState); | ||
chatListClient.onChatListEvent(handleChatListEvent); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this old? I thought @seekdavidlee removed onChatListEvent()
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I added it back to handle this case, I'm guessing there's another way to accomplish this?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This seems to have a bunch of stuff from other PRs waiting to merge. I want to hold off approving until I see those merge and all that out of here. I think because some of this looks out-of-date.
This reverts commit b4b90cd.
…sne/microsoft-graph-toolkit into andrewDoing/notification-316
…sne/microsoft-graph-toolkit into andrewDoing/notification-316
|
| 'chatMessageReceived'