Skip to content
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: added 'pending' property to message #1137

Merged
merged 1 commit into from
Jul 3, 2023

Conversation

vishalnarkhede
Copy link
Contributor

CLA

  • I have signed the Stream CLA (required).
  • Code changes are tested

Description of the changes, What, Why and How?

Changelog

pending_message_metadata?: Record<string, string>;
skip_enrich_url?: boolean;
skip_push?: boolean;
},
) {
if (options?.is_pending_message !== undefined && !this._client._isUsingServerAuth()) {
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This check has been moved to backend.

@@ -844,35 +844,3 @@ describe('Channel _initializeState', () => {
expect(Object.keys(channel.state.members)).deep.to.be.equal(['alice']);
});
});

describe('pending message', () => {
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This unit test didn't make sense anymore since entire credential check has been moved to backend.

@github-actions
Copy link
Contributor

Size Change: -229 B (0%)

Total Size: 318 kB

Filename Size Change
dist/browser.es.js 69.6 kB -44 B (0%)
dist/browser.full-bundle.min.js 37.6 kB -60 B (0%)
dist/browser.js 70.6 kB -41 B (0%)
dist/index.es.js 69.6 kB -44 B (0%)
dist/index.js 70.6 kB -40 B (0%)

compressed-size-action

totalimmersion
totalimmersion previously approved these changes Jun 20, 2023
@vishalnarkhede vishalnarkhede enabled auto-merge (squash) July 3, 2023 07:53
@vishalnarkhede vishalnarkhede merged commit 6209380 into master Jul 3, 2023
6 checks passed
@vishalnarkhede vishalnarkhede deleted the pending-property-renaming branch July 3, 2023 07:56
@github-actions github-actions bot mentioned this pull request Jul 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants