Skip to content

Commit de22d4e

Browse files
olivaresfclaude
authored andcommitted
Add creator_familiar_name to push notification payload
Include the shortened familiar name format (e.g., "Salvador D.") for display in iOS notification titles. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 1931b7d commit de22d4e

File tree

1 file changed

+1
-0
lines changed
  • saas/app/models/notification/push_target

1 file changed

+1
-0
lines changed

saas/app/models/notification/push_target/native.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ def native_notification
3636
card_title: card&.title,
3737
creator_id: notification.creator.id,
3838
creator_name: notification.creator.name,
39+
creator_familiar_name: notification.creator.familiar_name,
3940
creator_initials: notification.creator.initials,
4041
creator_avatar_color: notification.creator.avatar_background_color,
4142
category: payload.category

0 commit comments

Comments
 (0)