diff --git a/client/js/autocompletion.js b/client/js/autocompletion.js index 8807f861..46474348 100644 --- a/client/js/autocompletion.js +++ b/client/js/autocompletion.js @@ -277,7 +277,7 @@ function rawNicks() { return users.data("nicks"); } - const me = $("#nick-value").text(); + const me = $("#nick").text(); const otherUser = chan.attr("aria-label"); // If this is a query, add their name to autocomplete