fixed inconsistent disply name
This commit is contained in:
parent
4d44562ada
commit
d98e213b92
5 changed files with 18 additions and 8 deletions
|
|
@ -30,7 +30,7 @@ function ChannelViewFloating({
|
|||
function getTypingMessage(members) {
|
||||
const userIds = members;
|
||||
userIds.delete(mx.getUserId());
|
||||
return getUsersActionJsx([...userIds], 'typing...');
|
||||
return getUsersActionJsx(roomId, [...userIds], 'typing...');
|
||||
}
|
||||
|
||||
function updateTyping(members) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue