Skip to content

Commit

Permalink
forgot to add this back
Browse files Browse the repository at this point in the history
  • Loading branch information
VoxBorealis committed Jul 19, 2023
1 parent 545766e commit fc56641
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/userCache.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ const generatePlaintextString = (userId) => {
const u = usercache[userId];
if (!u) {
// fall back to a mention string if user is not found
return `<${userId}>`;
return `<@${userId}>`;
}
return `${u.user.profile.real_name || u.user.profile.display_name}`;
};
Expand Down

0 comments on commit fc56641

Please sign in to comment.