mirror of
https://github.com/pierre42100/ComunicAPI
synced 2024-11-23 13:59:29 +00:00
'conversations_members' to 'members'
This commit is contained in:
parent
b4de521174
commit
93d5ec8044
@ -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"]),
|
||||
);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user