mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-23 08:56:17 -04:00
chat: Plumb message object end to end
This will make it possible for future commits to add hooks that allow plugins to augment chat messages with arbitrary metadata.
This commit is contained in:
parent
f1f4ed7c58
commit
0f47ca9046
9 changed files with 113 additions and 42 deletions
|
@ -19,6 +19,7 @@
|
|||
, "pad_impexp.js"
|
||||
, "pad_savedrevs.js"
|
||||
, "pad_connectionstatus.js"
|
||||
, "ChatMessage.js"
|
||||
, "chat.js"
|
||||
, "vendors/gritter.js"
|
||||
, "$js-cookie/dist/js.cookie.js"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue