merge with main

This commit is contained in:
2024-01-14 15:55:17 +01:00
2 changed files with 15 additions and 4 deletions

View File

@ -60,6 +60,7 @@ export default class extends AbstractView {
// username
let username = document.createElement("a");
username.setAttribute('data-link', '');
username.id = `username${user.id}`
username.href = `/profiles/${user.id}`;
username.style.color = client.notice.online_users[user.id] !== undefined ? "green" : "red";