mirror of
https://github.com/hub-team/OnlineChatSdk-SwiftPM.git
synced 2026-04-15 17:06:09 +00:00
Убрано падение на восклицательных знаках.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import Foundation
|
||||
|
||||
class ChatDateFormatter : DateFormatter {
|
||||
class ChatDateFormatter : DateFormatter, @unchecked Sendable {
|
||||
|
||||
override init() {
|
||||
super.init()
|
||||
|
||||
Reference in New Issue
Block a user