aboutsummaryrefslogtreecommitdiff
path: root/go-src/windows.go
diff options
context:
space:
mode:
Diffstat (limited to 'go-src/windows.go')
-rw-r--r--go-src/windows.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/go-src/windows.go b/go-src/windows.go
index 1b4e49e..89294a1 100644
--- a/go-src/windows.go
+++ b/go-src/windows.go
@@ -115,6 +115,7 @@ func chatsWindow(values ...string) {
" : ",
&values[0],
chatsWindow,
+ values,
chatWindow,
chatNameExists,
)
@@ -246,6 +247,7 @@ func directMessagesWindow(values ...string) {
" (",
&values[0],
directMessagesWindow,
+ values,
directMessageWindow,
usernameExists,
)