Merge pull request #2381 from thelounge/xpaw/autocomplete-nick
Fix your own nick in auto completion
This commit is contained in:
commit
3d56e0aad0
@ -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