Skip to content

WIP: Models chat integration

Andy Nicholson requested to merge models-chat-integration into models

A first pass at adding in chat functionality into the coko server. Model-user and model-team added into the dependencies.

src/models/ contains three new models , ChatMessage, ChatThread, ChatRelatedObject

tests are all passing.

Merge request reports