Skip to content

Commit

Permalink
Notifications: Correct new conversation reply notification type (#108)
Browse files Browse the repository at this point in the history
  • Loading branch information
anian03 authored Dec 10, 2024
1 parent 83a8eaf commit 40d9a54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/PushNotifications/Models/PushNotification.swift
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ public enum PushNotificationType: String, Codable {
case tutorialGroupUnassigned = "TUTORIAL_GROUP_UNASSIGNED"
//
case conversationNewMessage = "CONVERSATION_NEW_MESSAGE"
case conversationNewReplyMessage = "CONVERSATION NEW REPLY MESSAGE"
case conversationNewReplyMessage = "CONVERSATION_NEW_REPLY_MESSAGE"
case conversationCreateOneToOneChat = "CONVERSATION_CREATE_ONE_TO_ONE_CHAT"
case conversationCreateGroupChat = "CONVERSATION_CREATE_GROUP_CHAT"
case conversationAddUserGroupChat = "CONVERSATION_ADD_USER_GROUP_CHAT"
Expand Down

0 comments on commit 40d9a54

Please sign in to comment.