fixed inconsistent disply name

This commit is contained in:
unknown 2021-08-26 18:28:33 +05:30
parent 4d44562ada
commit d98e213b92
5 changed files with 18 additions and 8 deletions

View file

@ -149,7 +149,7 @@ function FollowingMembers({ roomId, roomTimeline, viewEvent }) {
return followingMembers.length !== 0 && (
<TimelineChange
variant="follow"
content={getUsersActionJsx(followingMembers, 'following the conversation.')}
content={getUsersActionJsx(roomId, followingMembers, 'following the conversation.')}
time=""
onClick={() => openReadReceipts(roomId, lastMEvent.getId())}
/>