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.
작업 중인 PR이라면 제목에 [WIP]을 작성해주세요.
PR 목적 / 요약
관련 이슈
리뷰받고 싶은 부분 설명
없음
특이사항
다른 사람의 mute 여부를 알기 위해서 서버를 통해 이벤트를 수신해야하는 것을 만들면서 알게되었습니다.
기존에 생각하고있던 mute 이벤트가 제가 생각한대로 동작하는 이벤트가 아니더군요.
때문에 UserType에 mute 여부를 추가하고 타인의 mute 여부를 서버를 통해 받아오도록 만들어야
mute 여부를 표시해주는 아이콘 기능을 추가할 수 있을 것 같습니다.
현재 제가 (구)서버 버전을 사용하는 관계로 아직 닉네임을 받아오지 않습니다.
때문에 임시로 uuid로 만들어두었습니다.