From 3ebef9072f9de0ff1834c7286da041ed33448a59 Mon Sep 17 00:00:00 2001 From: Syndamia Date: Sat, 11 Sep 2021 18:15:54 +0300 Subject: Fixed comlex input actions defering with wrong values on invalid left and right page navigation --- go-src/windows.go | 2 ++ 1 file changed, 2 insertions(+) (limited to 'go-src/windows.go') 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, ) -- cgit v1.2.3