You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We extend ui/chat with a callback mechanism that calls relay code on message submit. The relay callback provides a round id, game id, and move number that the chat system then embeds within some sentinel characters before sending to lila-ws.
Meanwhile in relayView, we add a click handler to each chat message div that parses the sentinel embedded string and loads the right game & move.
The text was updated successfully, but these errors were encountered:
We extend ui/chat with a callback mechanism that calls relay code on message submit. The relay callback provides a round id, game id, and move number that the chat system then embeds within some sentinel characters before sending to lila-ws.
Meanwhile in relayView, we add a click handler to each chat message div that parses the sentinel embedded string and loads the right game & move.
The text was updated successfully, but these errors were encountered: