We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86109f7 commit 9803242Copy full SHA for 9803242
lib/private/Comments/Comment.php
@@ -233,7 +233,7 @@ public function getMentions() {
233
return [];
234
}
235
$uids = array_unique($mentions[0]);
236
- usort($uids, static function($uid1, $uid2) {
+ usort($uids, static function ($uid1, $uid2) {
237
return mb_strlen($uid2) <=> mb_strlen($uid1);
238
});
239
$result = [];
0 commit comments