1
0
mirror of https://github.com/nextcloud/ocsms.git synced 2026-08-11 16:32:55 +00:00

Added experimental merging for contacts with multiple numbers

This commit is contained in:
Loic Blot
2014-10-09 18:27:13 +02:00
parent 667118310d
commit 1138512dc8
4 changed files with 80 additions and 25 deletions
-1
View File
@@ -97,7 +97,6 @@ class SmsMapper extends Mapper {
"type" => $row["sms_type"]
);
}
ksort($messageList);
return $messageList;
}