Merge branch 'feature/append-chat-api' of github.com:derosm2/etherpad-lite into append-chat-api

This commit is contained in:
John McLear 2015-04-01 13:32:07 +01:00
commit c705a058fb
3 changed files with 78 additions and 0 deletions

View file

@ -284,6 +284,10 @@ var API = {
}
},
"response": {"chatHead":{"type":"Message"}}
},
"appendChatMessage": {
"func": "appendChatMessage",
"description": "appends a chat message"
}
}
};