feat(fcm): 채팅 deep link payload를 정리한다
This commit is contained in:
@@ -24,7 +24,8 @@ enum class FcmDeepLinkValue(val value: String) {
|
||||
CONTENT("content"),
|
||||
SERIES("series"),
|
||||
AUDITION("audition"),
|
||||
COMMUNITY("community")
|
||||
COMMUNITY("community"),
|
||||
CHAT("chat")
|
||||
}
|
||||
|
||||
class FcmEvent(
|
||||
|
||||
Reference in New Issue
Block a user