aboutsummaryrefslogtreecommitdiff
path: root/Hotline/State
diff options
context:
space:
mode:
Diffstat (limited to 'Hotline/State')
-rw-r--r--Hotline/State/HotlineState.swift2
1 files changed, 1 insertions, 1 deletions
diff --git a/Hotline/State/HotlineState.swift b/Hotline/State/HotlineState.swift
index 318a468..e78a780 100644
--- a/Hotline/State/HotlineState.swift
+++ b/Hotline/State/HotlineState.swift
@@ -798,7 +798,7 @@ class HotlineState: Equatable {
self.users = hotlineUsers.map { User(hotlineUser: $0) }
}
- func getClientInfoText(id userID: UInt16) async throws -> (username: String, info: String)? {
+ func getClientInfoText(id userID: UInt16) async throws -> HotlineUserClientInfo? {
guard let client = self.client else {
throw HotlineClientError.notConnected
}