mini update - chat
Posted bySin Vraal (#18687) on Aug 08, 2022
ok, figured out why chat isnt quite working the way we want it to.
So basically all chats are cached. this was probably a 'reasonable' idea 10 years ago. (even then, not really),
anyway, since the chat was developed to do all the work on the backend, caching makes sense. these days however, we can format the chat client side. that will take some extra work but basically, make the chat very fast, live and well, easy to manage.
I'm just sifting through the spaghetti code to get all the possible chat actions , clean it up, and proceed to build proper api.
then its drag n drop anywhere.
So basically all chats are cached. this was probably a 'reasonable' idea 10 years ago. (even then, not really),
anyway, since the chat was developed to do all the work on the backend, caching makes sense. these days however, we can format the chat client side. that will take some extra work but basically, make the chat very fast, live and well, easy to manage.
I'm just sifting through the spaghetti code to get all the possible chat actions , clean it up, and proceed to build proper api.
then its drag n drop anywhere.