mirror of
https://github.com/thelounge/thelounge
synced 2024-11-27 06:20:26 +00:00
Merge pull request #2381 from thelounge/xpaw/autocomplete-nick
Fix your own nick in auto completion
This commit is contained in:
commit
3d56e0aad0
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue