]> git.r.bdr.sh - rbdr/mobius/commitdiff
Re-add UserList field to client
authorJeff Halter <redacted>
Sat, 13 Jul 2024 16:08:03 +0000 (09:08 -0700)
committerJeff Halter <redacted>
Sat, 13 Jul 2024 16:08:03 +0000 (09:08 -0700)
hotline/client.go

index e75f77bfe4a8a4c5db55c87d1bacb9ec57f7111c..d7af92096de96cbb73cacebb63596c2f6dafc5ac 100644 (file)
@@ -31,6 +31,7 @@ type Client struct {
        Pref        *ClientPrefs
        Handlers    map[[2]byte]ClientHandler
        activeTasks map[[4]byte]*Transaction
        Pref        *ClientPrefs
        Handlers    map[[2]byte]ClientHandler
        activeTasks map[[4]byte]*Transaction
+       UserList    []User
 }
 
 type ClientHandler func(context.Context, *Client, *Transaction) ([]Transaction, error)
 }
 
 type ClientHandler func(context.Context, *Client, *Transaction) ([]Transaction, error)