зеркало из https://github.com/nextcloud/spreed.git
Sort participants by display name
Signed-off-by: Simon Spannagel <simonspa@kth.se>
This commit is contained in:
Родитель
41ee79d4c2
Коммит
80920b955e
|
@ -105,7 +105,7 @@ export default {
|
|||
return -1
|
||||
}
|
||||
|
||||
return participant2.displayName - participant1.displayName
|
||||
return participant1.displayName.localeCompare(participant2.displayName)
|
||||
},
|
||||
},
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче