'conversations_members' to 'members'

This commit is contained in:
Pierre 2017-06-13 11:35:30 +02:00
parent b4de521174
commit 93d5ec8044

View File

@ -75,7 +75,7 @@ class conversations {
"saw_last_message" => $processConversation["saw_last_message"],
//Get and add conversation members
"conversation_members" => $this->getConversationMembers($processConversation["ID"]),
"members" => $this->getConversationMembers($processConversation["ID"]),
);
}