mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2026-05-15 05:56:04 +00:00
improve text message view (#276)
* show text and time on the same line * convert emails and phones to links
This commit is contained in:
committed by
GitHub
parent
8efb8b2f86
commit
7883ca7657
@@ -201,6 +201,8 @@ func chatRecvMsg() throws -> ChatResponse {
|
||||
}
|
||||
|
||||
func apiGetActiveUser() throws -> User? {
|
||||
let _ = getChatCtrl()
|
||||
sleep(1)
|
||||
let r = try chatSendCmd(.showActiveUser)
|
||||
switch r {
|
||||
case let .activeUser(user): return user
|
||||
|
||||
Reference in New Issue
Block a user