Add online/disconnect color on Search, not finish
This commit is contained in:
@ -39,7 +39,7 @@ export default class extends AbstractView {
|
||||
if (await client.isAuthentificate() === false)
|
||||
return;
|
||||
|
||||
if (client.me.user_id != this.user_id) {
|
||||
if (client.me.id != this.user_id) {
|
||||
let block = document.getElementById("block") || document.createElement("a");
|
||||
block.id = "block";
|
||||
block.innerText = "";
|
||||
|
Reference in New Issue
Block a user