mirror of
https://github.com/pierre42100/ComunicAPI
synced 2025-06-19 00:25:18 +00:00
Added success post message
This commit is contained in:
@ -279,6 +279,7 @@ class conversationsController{
|
||||
if(!CS::get()->components->conversations->sendMessage(userID, $conversationID, $message, $image))
|
||||
Rest_fatal_error(500, "Couldn't send the message !");
|
||||
|
||||
Rest_fatal_error("200", "All right now");
|
||||
//Success
|
||||
return array("success" => "Conversation message with successfully added !");
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user