-
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
Exclude PresenceMessage
from BaseRealtime
bundle
#1505
Merged
lawrence-forooghian
merged 1 commit into
integration/v2
from
exclude-PresenceMessage-from-base-realtime
Nov 27, 2023
Merged
Exclude PresenceMessage
from BaseRealtime
bundle
#1505
lawrence-forooghian
merged 1 commit into
integration/v2
from
exclude-PresenceMessage-from-base-realtime
Nov 27, 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
github-actions
bot
temporarily deployed
to
staging/pull/1505/features
November 16, 2023 20:06
Inactive
github-actions
bot
temporarily deployed
to
staging/pull/1505/bundle-report
November 16, 2023 20:07
Inactive
github-actions
bot
temporarily deployed
to
staging/pull/1505/typedoc
November 16, 2023 20:07
Inactive
lawrence-forooghian
force-pushed
the
1491-tree-shakable-publishing
branch
from
November 22, 2023 16:20
d3fd4cb
to
ebf5883
Compare
lawrence-forooghian
force-pushed
the
exclude-PresenceMessage-from-base-realtime
branch
from
November 22, 2023 16:20
29f876f
to
bd48dc8
Compare
github-actions
bot
temporarily deployed
to
staging/pull/1505/features
November 22, 2023 16:20
Inactive
github-actions
bot
temporarily deployed
to
staging/pull/1505/bundle-report
November 22, 2023 16:21
Inactive
github-actions
bot
temporarily deployed
to
staging/pull/1505/typedoc
November 22, 2023 16:21
Inactive
lawrence-forooghian
force-pushed
the
1491-tree-shakable-publishing
branch
from
November 22, 2023 19:24
ebf5883
to
e54b732
Compare
lawrence-forooghian
force-pushed
the
exclude-PresenceMessage-from-base-realtime
branch
from
November 22, 2023 19:25
bd48dc8
to
954d6e7
Compare
github-actions
bot
temporarily deployed
to
staging/pull/1505/features
November 22, 2023 19:25
Inactive
github-actions
bot
temporarily deployed
to
staging/pull/1505/bundle-report
November 22, 2023 19:26
Inactive
github-actions
bot
temporarily deployed
to
staging/pull/1505/typedoc
November 22, 2023 19:26
Inactive
lawrence-forooghian
force-pushed
the
1491-tree-shakable-publishing
branch
from
November 23, 2023 14:44
e54b732
to
f5a273e
Compare
lawrence-forooghian
force-pushed
the
exclude-PresenceMessage-from-base-realtime
branch
from
November 23, 2023 14:44
954d6e7
to
b04f03f
Compare
github-actions
bot
temporarily deployed
to
staging/pull/1505/features
November 23, 2023 14:44
Inactive
github-actions
bot
temporarily deployed
to
staging/pull/1505/bundle-report
November 23, 2023 14:45
Inactive
github-actions
bot
temporarily deployed
to
staging/pull/1505/typedoc
November 23, 2023 14:45
Inactive
owenpearson
approved these changes
Nov 24, 2023
owenpearson
reviewed
Nov 24, 2023
lawrence-forooghian
force-pushed
the
exclude-PresenceMessage-from-base-realtime
branch
from
November 27, 2023 13:13
b04f03f
to
3b0a73e
Compare
lawrence-forooghian
changed the base branch from
1491-tree-shakable-publishing
to
remove-static-from-Message-classes
November 27, 2023 13:14
lawrence-forooghian
force-pushed
the
remove-static-from-Message-classes
branch
from
November 27, 2023 14:29
c09cee7
to
875282c
Compare
lawrence-forooghian
force-pushed
the
exclude-PresenceMessage-from-base-realtime
branch
from
November 27, 2023 14:30
3b0a73e
to
fd7712d
Compare
github-actions
bot
temporarily deployed
to
staging/pull/1505/features
November 27, 2023 14:31
Inactive
github-actions
bot
temporarily deployed
to
staging/pull/1505/bundle-report
November 27, 2023 14:31
Inactive
github-actions
bot
temporarily deployed
to
staging/pull/1505/typedoc
November 27, 2023 14:31
Inactive
Now PresenceMessage only gets included if you provide the RealtimePresence module.
lawrence-forooghian
force-pushed
the
exclude-PresenceMessage-from-base-realtime
branch
from
November 27, 2023 17:46
fd7712d
to
10bac3c
Compare
Base automatically changed from
remove-static-from-Message-classes
to
integration/v2
November 27, 2023 19:15
lawrence-forooghian
deleted the
exclude-PresenceMessage-from-base-realtime
branch
November 27, 2023 19:15
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 #1503; please review that one first.
Now
PresenceMessage
only gets included if you provide theRealtimePresence
module.