feat(fcm): 채팅 deep link payload를 정리한다

This commit is contained in:
2026-06-19 03:57:12 +09:00
parent 0811f92bf5
commit 7f13cccde0
2 changed files with 16 additions and 9 deletions

View File

@@ -24,7 +24,8 @@ enum class FcmDeepLinkValue(val value: String) {
CONTENT("content"),
SERIES("series"),
AUDITION("audition"),
COMMUNITY("community")
COMMUNITY("community"),
CHAT("chat")
}
class FcmEvent(