This commit is contained in:
bekannax
2024-11-21 17:36:28 +07:00
parent d00434c0c4
commit 41ff2bd89a
2 changed files with 3 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
import Foundation
class ChatDateFormatter : DateFormatter {
class ChatDateFormatter : DateFormatter, @unchecked Sendable {
override init() {
super.init()