mirror of
https://github.com/stoatchat/for-legacy-web.git
synced 2026-03-07 09:25:27 +00:00
Show nickname / role colour in typing indicator.
Try to fix voice context.
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user