Skip to content

Commit

Permalink
comment updates
Browse files Browse the repository at this point in the history
Co-authored-by: Manan <[email protected]>
  • Loading branch information
arosiclair and mananjadhav authored Dec 19, 2023
1 parent 44d09e5 commit ae48bdc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ios/NotificationServiceExtension/NotificationService.swift
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ class NotificationService: UANotificationServiceExtension {
return
}

// Create an intent for the incoming message
// Create an intent for the incoming communication message
let intent: INSendMessageIntent = createMessageIntent(notificationData: notificationData)

// Use the intent to initialize the interaction.
Expand Down Expand Up @@ -187,7 +187,7 @@ class NotificationService: UANotificationServiceExtension {
sender: sender,
attachments: nil)

// When the group name is set, we force the avatar to just be the sender's avatar
// If the group name is set, we force the avatar to just be the sender's avatar
intent.setImage(avatar, forParameterNamed: \.speakableGroupName)

return intent
Expand Down

0 comments on commit ae48bdc

Please sign in to comment.