mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-22 08:26:16 -04:00
Merge branch 'feature/append-chat-api' of github.com:derosm2/etherpad-lite into append-chat-api
This commit is contained in:
commit
c705a058fb
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