Fix chat send button behavior

This commit is contained in:
2026-03-02 03:22:19 +05:00
parent d1fcc04125
commit 8238fd1940
27 changed files with 3423 additions and 610 deletions

View File

@@ -0,0 +1,8 @@
import Foundation
struct RecentSearch: Codable, Equatable, Sendable {
let publicKey: String
var title: String
var username: String
var lastSeenText: String
}