Restore country flag in chat header
This commit is contained in:
@@ -815,6 +815,9 @@ function formatConversationSummary(row) {
|
||||
timezone: row.timezone,
|
||||
ip: row.ip,
|
||||
countryCode: row.country_code || countryFromTimezone(row.timezone) || countryFromLanguage(row.language),
|
||||
countryFlag: (row.country_code || countryFromTimezone(row.timezone) || countryFromLanguage(row.language))
|
||||
? flagEmoji(row.country_code || countryFromTimezone(row.timezone) || countryFromLanguage(row.language))
|
||||
: "",
|
||||
vpnRisk: Boolean(row.vpn_risk),
|
||||
lastBody: row.last_body,
|
||||
messageCount: row.message_count,
|
||||
|
||||
Reference in New Issue
Block a user