zurichat / zc_messaging

19 stars 88 forks source link

Fix sendmessages #183

Closed ibimina closed 1 year ago

ibimina commented 1 year ago

Added a function that creates a random Id to attach to the chat data (no message will have an id of undefined since this is an asynchronous function) So the filter function in zc_main would map out the new message Until the sent message gets fulfilled to the database

ibimina commented 1 year ago

@JulianaSau Kindly help merge this Pull request