blob: 2d21ab2c03f488ca97c5dae79e1597413f00f5ef (
plain)
1
2
3
4
5
6
|
// FIXME: This file should handle the room's chat DOM manipulation
// Link buttons to their respective functions
// Handle the chat input form and its submission
// Functions may include:
// - displayChatMessage (display a chat message in the DOM)
// - displayUserEvents (display a user event in the DOM)
|