mirror of
https://github.com/tulir/gomuks.git
synced 2025-04-19 18:13:41 -05:00
web/timeline: fix rendering kick events
This commit is contained in:
parent
e78bf640ff
commit
957f3eb5aa
1 changed files with 1 additions and 1 deletions
|
@ -69,7 +69,7 @@ function useChangeDescription(
|
|||
if (sender === target) {
|
||||
return "left the room"
|
||||
}
|
||||
return <>kicked {content.displayname}</>
|
||||
return <>kicked {content.avatar_url && targetAvatar} {content.displayname ?? target}</>
|
||||
}
|
||||
return "made an unknown membership change"
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue