Remove emoji from notification messages (moon, sun, megaphone) #2

Closed
opened 2026-06-24 18:08:38 +00:00 by kutesir · 0 comments
Owner

Completed

Delivered 2026-06-24

Change

NotificationManager.swiftBriefingPeriod enum:

  • Removed var emoji: String property entirely
  • content.title was "\(period.greeting) \(period.emoji)" → now just period.greeting
  • "📣 Needs your attention:""Needs your attention:"

Result

Notifications now read:

  • "Good morning" (not "Good morning ☀️")
  • "Good evening" (not "Good evening 🌙")
  • "Needs your attention:" (not "📣 Needs your attention:")
## Completed ✅ **Delivered 2026-06-24** ### Change `NotificationManager.swift` — `BriefingPeriod` enum: - Removed `var emoji: String` property entirely - `content.title` was `"\(period.greeting) \(period.emoji)"` → now just `period.greeting` - `"📣 Needs your attention:"` → `"Needs your attention:"` ### Result Notifications now read: - "Good morning" (not "Good morning ☀️") - "Good evening" (not "Good evening 🌙") - "Needs your attention:" (not "📣 Needs your attention:")
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: kutesir/jarvis#2
No description provided.