mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-21 16:06:16 -04:00
Adding api call for appending a chat message.
This commit is contained in:
parent
5c31d1f528
commit
4c6bd37286
3 changed files with 78 additions and 0 deletions
|
@ -284,6 +284,10 @@ var API = {
|
|||
}
|
||||
},
|
||||
"response": {"chatHead":{"type":"Message"}}
|
||||
},
|
||||
"appendChatMessage": {
|
||||
"func": "appendChatMessage",
|
||||
"description": "appends a chat message"
|
||||
}
|
||||
}
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue