Fix your own nick in auto completion
This commit is contained in:
parent
8e2cce5b43
commit
f6b7ce7383
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user