X-Git-Url: https://git.r.bdr.sh/rbdr/mobius/blobdiff_plain/40afb444ff58289700baa1eb07f3f92d4731436d..eabc4b6cacc4749db226af272e71fcff1556f433:/hotline/client.go diff --git a/hotline/client.go b/hotline/client.go index 076cdba..6aad5a1 100644 --- a/hotline/client.go +++ b/hotline/client.go @@ -21,7 +21,7 @@ import ( const ( trackerListPage = "trackerList" - serverUIPage = "serverUI" + serverUIPage = "serverUI" ) //go:embed banners/*.txt @@ -82,6 +82,7 @@ type Client struct { UserList []User Logger *zap.SugaredLogger activeTasks map[uint32]*Transaction + serverName string pref *ClientPrefs @@ -89,7 +90,6 @@ type Client struct { UI *UI - outbox chan *Transaction Inbox chan *Transaction }