-
Notifications
You must be signed in to change notification settings - Fork 204
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
feat(core)!: added basic message sent event #507
feat(core)!: added basic message sent event #507
Conversation
Signed-off-by: NeilSMyers <[email protected]>
Codecov Report
@@ Coverage Diff @@
## main #507 +/- ##
==========================================
- Coverage 86.42% 86.25% -0.18%
==========================================
Files 266 266
Lines 5739 5755 +16
Branches 923 925 +2
==========================================
+ Hits 4960 4964 +4
- Misses 778 790 +12
Partials 1 1
Continue to review full report at Codecov.
|
Signed-off-by: NeilSMyers <[email protected]>
Signed-off-by: NeilSMyers <[email protected]>
LGTM @NeilSMyers, but it seems the validation and linting is failing |
Signed-off-by: NeilSMyers <[email protected]>
There we go! forgot to update the tests |
Signed-off-by: NeilSMyers [email protected]
Created BasicMessageSentEvent. created in tandem with an update to AFJ/react-hooks and will need to be merged before that PR can be