Skip to content

Commit

Permalink
Merge pull request #1258 from gagansuie/dev
Browse files Browse the repository at this point in the history
Fix: show user profiles regardless of platform
  • Loading branch information
gagansuie authored May 21, 2024
2 parents 475889e + 613a912 commit fe58ded
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/lib/components/Channel/Chat/Message.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -207,9 +207,7 @@
{#if role !== '🤖 AI'}
<span
class="{coloredRole.textColor} font-medium cursor-pointer"
on:click={(evt) => {
if (!sender.platform) onUsernameClick(evt)
}}
on:click={(evt) => onUsernameClick(evt)}
id={'@' + sender.user?.username}>
@{sender.user?.username}
</span>
Expand Down

0 comments on commit fe58ded

Please sign in to comment.