Show nickname / role colour in typing indicator.

Try to fix voice context.
This commit is contained in:
Paul
2021-07-27 11:45:45 +01:00
parent a8c3482815
commit 98f9672801
3 changed files with 32 additions and 22 deletions

View File

@@ -18,7 +18,7 @@ export function Username({
let username = user?.username;
let color;
// ! this must be really bad for perf.
// ! FIXME: this must be really bad for perf.
if (user) {
let { server } = useParams<{ server?: string }>();
if (server) {