Skip to content

Commit

Permalink
Merge pull request #426 from Kommunicate-io/fixSentMessageColorIssue
Browse files Browse the repository at this point in the history
Fixed Sent Message Colour issue
  • Loading branch information
AbhijeetRanjan308 authored May 10, 2024
2 parents bb0d3ff + d8706d3 commit a58786d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Sources/Kommunicate/Classes/KMAppSettingsService.swift
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@ class KMAppSettingService {
appSettings.defaultUploadOverrideUrl = chatWidget.defaultUploadOverride?.url ?? ""
appSettings.defaultUploadOverrideHeaders = chatWidget.defaultUploadOverride?.headers ?? [:]
appSettings.csatRatingBase = chatWidget.csatRatingBase ?? 3
appSettingsUserDefaults.setCSATRatingBase(value: chatWidget.csatRatingBase ?? 3)
appSettingsUserDefaults.updateOrSetAppSettings(appSettings: appSettings)
}

Expand Down

0 comments on commit a58786d

Please sign in to comment.