Skip to content

Conversation

@AhyoungRyu
Copy link
Contributor

Addressing a feedback from @sravan-s after #692 merged. appId is better not to override just to be safe.

@AhyoungRyu AhyoungRyu self-assigned this Jul 21, 2023
@AhyoungRyu AhyoungRyu requested a review from sravan-s July 21, 2023 05:06
],
newInstance: true,
...sdkInitParams,
...(sdkInitParams ?? {}),
Copy link
Contributor Author

Choose a reason for hiding this comment

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

@sravan-s So weird that
Also, a2f0541 this commit from #692 is gone. So had to change this again 🤷‍♂️

Copy link
Contributor

Choose a reason for hiding this comment

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

yeah weird

}>;

export type SendbirdChatInitParams = SendbirdChatParams<Module[]>;
export type SendbirdChatInitParams = Omit<SendbirdChatParams<Module[]>, 'appId'>;
Copy link
Contributor

Choose a reason for hiding this comment

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

👍

Copy link
Contributor

Choose a reason for hiding this comment

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

@AhyoungRyu AhyoungRyu merged commit 8d0cd00 into main Jul 21, 2023
@AhyoungRyu AhyoungRyu deleted the feat/AC-217/sdk-init-params-type branch July 21, 2023 05:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants