iachat/app/javascript/dashboard
Muhsin Keloth 5b167b5b5b
fix(contacts): Show telegram id in contact details form (#13611)
## Summary
This change fixes a mismatch in contact details where Telegram data
could be shown in the contact profile/social icon area but was not
available in the editable contact form.

### What changed
- Added Telegram to the social links section of the next-gen contact
form so agents can view and edit it alongside Facebook, Instagram,
TikTok, Twitter, GitHub, and LinkedIn.
- Added Telegram support to the legacy conversation contact edit form
for parity between both contact editing experiences.
- Mapped social_telegram_user_name into the editable socialProfiles
payload when preparing contact form state, so Telegram usernames sourced
from channel attributes are visible in the form.
- Updated the conversation contact social profile merge logic so
Telegram display prefers an explicitly saved social profile value and
falls back to social_telegram_user_name when needed.
- Added the missing English i18n placeholder: Add Telegram.

### Why
Without this, users could see Telegram info in some contact views but
could not reliably edit it in contact details, creating inconsistent
behavior between display and edit states.

---------

Co-authored-by: Sivin Varghese <64252451+iamsivin@users.noreply.github.com>
2026-02-23 19:26:45 +04:00
..
api feat: new Captain Editor (#13235) 2026-01-21 13:39:07 +05:30
assets chore: Remove vue-multiselect package and styles from codebase (#13585) 2026-02-19 15:42:34 +05:30
components fix: Adjust inbox settings pages layout width (#13590) 2026-02-20 20:20:32 +05:30
components-next fix(contacts): Show telegram id in contact details form (#13611) 2026-02-23 19:26:45 +04:00
composables chore: Remove vue-multiselect and migrate to next components (#13506) 2026-02-17 16:40:12 +05:30
constants chore: Improve signup flow, reduce the number of inputs (#13350) 2026-01-22 18:47:42 -08:00
helper feat(V5): Update settings pages UI (#13396) 2026-02-19 15:04:40 +05:30
i18n fix(contacts): Show telegram id in contact details form (#13611) 2026-02-23 19:26:45 +04:00
mixins feat: allow configuring attachment upload limit (#12835) 2025-11-17 14:03:08 -08:00
modules fix: search header overlap with new conversation form (#13548) 2026-02-20 11:24:37 +05:30
routes fix(contacts): Show telegram id in contact details form (#13611) 2026-02-23 19:26:45 +04:00
store fix: Wrong assignee displayed after switching conversations (#13501) 2026-02-10 15:23:55 +05:30
stores feat: Voice Channel (#11602) 2025-12-19 12:41:33 -08:00
App.vue chore: Remove vue-multiselect package and styles from codebase (#13585) 2026-02-19 15:42:34 +05:30
featureFlags.js fix: V2 Assignment service enhancements (#13036) 2026-02-11 12:24:45 +05:30