-
Notifications
You must be signed in to change notification settings - Fork 56
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
[SDK-3824] Remove PresenceMessage
-related static things in tree-shakable library
#1429
Merged
lawrence-forooghian
merged 1 commit into
integration/v2
from
1427-remove-static-PresenceMessage-in-tree-shakable-library
Nov 21, 2023
Merged
[SDK-3824] Remove PresenceMessage
-related static things in tree-shakable library
#1429
lawrence-forooghian
merged 1 commit into
integration/v2
from
1427-remove-static-PresenceMessage-in-tree-shakable-library
Nov 21, 2023
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1931f45
to
73c9b5f
Compare
99d427c
to
3e8f32f
Compare
73c9b5f
to
39fa2cd
Compare
3e8f32f
to
babb0f6
Compare
39fa2cd
to
d364b86
Compare
babb0f6
to
f571734
Compare
d364b86
to
674c059
Compare
f571734
to
77dcc87
Compare
674c059
to
78f0a35
Compare
77dcc87
to
594da2f
Compare
c80ea79
to
d0a9d7c
Compare
ca58b56
to
861d66b
Compare
861d66b
to
4b79846
Compare
4b79846
to
962a06d
Compare
owenpearson
approved these changes
Nov 14, 2023
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.
Looks good!
d0a9d7c
to
7cbd6fc
Compare
962a06d
to
0e722b9
Compare
Base automatically changed from
1393-realtime-presence-tree-shaking
to
integration/v2
November 21, 2023 00:10
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Note: This PR is based on top of #1428; please review that one first.
This does the same thing for
PresenceMessage
as we did forMessage
in 601b46b.Resolves #1427.