Remove extra space around userId
This commit is contained in:
parent
844f6d16a4
commit
32b79bd50e
|
@ -130,7 +130,7 @@ internal class RoomDisplayNameResolver @Inject constructor(private val context:
|
|||
return if (isUnique) {
|
||||
roomMember.displayName
|
||||
} else {
|
||||
"${roomMember.displayName} ( ${eventEntity.stateKey} )"
|
||||
"${roomMember.displayName} (${eventEntity.stateKey})"
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue