FEATURE: Show user cards for 'replying...' users (#15142)

Also removes some unneeded parameters from the `avatar` helper.
This commit is contained in:
David Taylor 2021-11-30 18:57:57 +00:00 committed by GitHub
parent feb9a3675d
commit 2eb162e25b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 2 deletions

View File

@ -2,7 +2,7 @@
<div class="presence-users">
<div class="presence-avatars">
{{#each presenceUsers as |user|}}
{{avatar user avatarTemplatePath="avatar_template" usernamePath="username" imageSize="small"}}
{{avatar user imageSize="small"}}
{{/each}}
</div>
<span class="presence-text">

View File

@ -2,7 +2,9 @@
<div class="presence-users">
<div class="presence-avatars">
{{#each users as |user|}}
{{avatar user avatarTemplatePath="avatar_template" usernamePath="username" imageSize="small"}}
{{#user-link user=user}}
{{avatar user imageSize="small"}}
{{/user-link}}
{{/each}}
</div>
<span class="presence-text">