mirror of
https://github.com/nextcloud/ocsms.git
synced 2026-08-11 16:32:55 +00:00
fix phone number on refresh
This commit is contained in:
+1
-1
@@ -28,7 +28,7 @@ $.urlParam = function(name){
|
||||
var refreshConversation = function() {
|
||||
$.getJSON(OC.generateUrl('/apps/ocsms/get/conversation'),
|
||||
{
|
||||
'phoneNumber': phoneNumber,
|
||||
'phoneNumber': curPhoneNumber,
|
||||
"lastDate": lastMsgDate
|
||||
},
|
||||
function(jsondata, status) {
|
||||
|
||||
Reference in New Issue
Block a user