Files
nc_bot_webhooks/lib/Service
kyle 5347ddcdb0 feat(talk): replace text type prefixes with emojis in messages
- Extract `typeIcon` from mapped data in `WebhookController` and pass to `prependDisplayName`
- Update `TalkService.prependDisplayName` to accept optional `$typeIcon` parameter and prepend it to the display name line
- Remove text-based type labels (`[Info]`, `[Success]`, `[Warning]`, `[Error]`) and replace with emoji icons (``, `⚠️`, ``)
- Include `typeIcon` in the message payload array returned by `TalkService`
2026-06-14 00:21:48 -07:00
..