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: Support welcome messages #1092

Merged
merged 10 commits into from
May 20, 2024

Conversation

liamcho
Copy link
Contributor

@liamcho liamcho commented May 17, 2024

Fixes: AC-2362

Changelogs

  • Added renderWelcomeMessage to GroupChannelUIBasicProps

Why?

  • Widget wants to draw custom welcome message in message list but at the same time remove actual/original welcome messages in message list. renderWelcomeMessage allows to draw custom welcome messages. Unwanted Message can be filtered using renderMessage.

@liamcho liamcho self-assigned this May 17, 2024
@liamcho liamcho force-pushed the feat/AC-2362-support-welcome-messages branch from 8ed8443 to 5a88be7 Compare May 17, 2024 07:08
@liamcho liamcho requested a review from bang9 May 17, 2024 08:40
yarn.lock Outdated Show resolved Hide resolved
package.json Outdated Show resolved Hide resolved
@liamcho liamcho requested a review from bang9 May 20, 2024 01:27
Copy link
Contributor

@bang9 bang9 left a comment

Choose a reason for hiding this comment

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

요 브랜치는 빌드/테스트 안고치셔도 됩니다.

@liamcho liamcho merged commit 01efc9e into ai-widget/experimental May 20, 2024
3 of 4 checks passed
@bang9 bang9 deleted the feat/AC-2362-support-welcome-messages branch May 20, 2024 05:10
liamcho added a commit that referenced this pull request May 27, 2024
Fixes: [AC-2362](https://sendbird.atlassian.net/browse/AC-2362)

- Added `renderWelcomeMessage ` to `GroupChannelUIBasicProps`

- Widget wants to draw custom welcome message in message list but at the
same time remove actual/original welcome messages in message list.
`renderWelcomeMessage` allows to draw custom welcome messages. Unwanted
Message can be filtered using `renderMessage`.

[AC-2362]:
https://sendbird.atlassian.net/browse/AC-2362?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ

---------

Co-authored-by: Hyungu Kang | Airen <gusrn1423@naver.com>
liamcho added a commit that referenced this pull request May 27, 2024
Fixes: [AC-2362](https://sendbird.atlassian.net/browse/AC-2362)

- Added `renderWelcomeMessage ` to `GroupChannelUIBasicProps`

- Widget wants to draw custom welcome message in message list but at the
same time remove actual/original welcome messages in message list.
`renderWelcomeMessage` allows to draw custom welcome messages. Unwanted
Message can be filtered using `renderMessage`.

[AC-2362]:
https://sendbird.atlassian.net/browse/AC-2362?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ

---------

Co-authored-by: Hyungu Kang | Airen <gusrn1423@naver.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
2 participants