Fix your own nick in auto completion

This commit is contained in:
Pavel Djundik 2018-04-23 15:34:22 +03:00 committed by GitHub
parent 8e2cce5b43
commit f6b7ce7383
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -277,7 +277,7 @@ function rawNicks() {
return users.data("nicks"); return users.data("nicks");
} }
const me = $("#nick-value").text(); const me = $("#nick").text();
const otherUser = chan.attr("aria-label"); const otherUser = chan.attr("aria-label");
// If this is a query, add their name to autocomplete // If this is a query, add their name to autocomplete