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

[BE] 이모지 기능 #534

Merged
merged 4 commits into from
May 30, 2024
Merged

[BE] 이모지 기능 #534

merged 4 commits into from
May 30, 2024

Conversation

koomchang
Copy link
Collaborator

@koomchang koomchang commented May 30, 2024

개요

작업사항

  • ChatType 삭제
  • chat 처럼 Emoji 보낼 수 있게 설정
Request

{
    "roomId": Long,
    "emojiIndex": Integer
}
Response

{
    "userId": Long,
    "emojiIndex": Integer
}

스크린샷(선택)

@koomchang koomchang added the ✨ Feature 기능 개발 label May 30, 2024
@koomchang koomchang self-assigned this May 30, 2024
@koomchang koomchang linked an issue May 30, 2024 that may be closed by this pull request
Copy link
Collaborator

@ryanbae94 ryanbae94 left a comment

Choose a reason for hiding this comment

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

good

@koomchang koomchang merged commit 0445723 into main May 30, 2024
1 check passed
@koomchang koomchang deleted the feat/#533 branch May 30, 2024 13:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
✨ Feature 기능 개발
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[BE] 이모지 기능
2 participants