mirror of
https://github.com/pierre42100/ComunicWeb
synced 2024-11-23 04:29:21 +00:00
11 lines
182 B
JavaScript
11 lines
182 B
JavaScript
|
/**
|
||
|
* Conversation service file
|
||
|
*
|
||
|
* Ensure that the content of the conversations is up to date
|
||
|
*
|
||
|
* @author Pierre HUBER
|
||
|
*/
|
||
|
|
||
|
ComunicWeb.components.conversations.service = {
|
||
|
|
||
|
}
|