Change UserHover to use global identity instead of server

- fixes #196
This commit is contained in:
brecert 2021-09-19 03:42:01 -04:00
parent 3b9916c072
commit 51092db01b
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
GPG key ID: 1B2E56B9EC985B96

View file

@ -45,7 +45,6 @@ export default function UserHover({ user, children }: Props) {
<Username
className="username"
user={user}
showServerIdentity
/>
<span className="status">
<UserStatus user={user} />