more work on import & sync of private mail and conversations

This commit is contained in:
redmatrix
2015-10-14 17:40:50 -07:00
parent 8af3dc140e
commit b33a9a71f6
3 changed files with 78 additions and 1 deletions

View File

@@ -441,6 +441,12 @@ function import_post(&$a) {
if(is_array($data['chatroom']))
import_chatrooms($channel,$data['chatroom']);
if(is_array($data['conv']))
import_conv($channel,$data['conv']);
if(is_array($data['mail']))
import_mail($channel,$data['mail']);
if(is_array($data['event']))
import_events($channel,$data['event']);