fix: telegram window not opening (#3615)

Signed-off-by: Vyacheslav Tumanov <me@slavatumanov.me>
This commit is contained in:
Vyacheslav Tumanov 2023-08-22 15:08:54 +05:00 committed by GitHub
parent 4c38e920d5
commit 668cee0843
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -232,7 +232,10 @@
<div class="wrapped-title flex">
Telegram
{#each participants as participant}
<div class="ml-2" use:tooltip={{ label: getEmbeddedLabel(getContactName(participant)) }}>
<div
class="ml-2"
use:tooltip={{ label: getEmbeddedLabel(getContactName(client.getHierarchy(), participant)) }}
>
<Avatar size="x-small" avatar={participant.avatar} />
</div>
{/each}