Our current src-chat implementation works this way:
- It creates a post for chat when chat window gets opened
- It uses a placeholder title that later gets replaced with a proper one because its flagged with post meta
But when somebody never finishes up this chat, these placeholder chat histories are hanging around forever.
We need a daily job that will get all the notes with placeholder titles, check if they are indeed empty and trash them.
Our current
src-chatimplementation works this way:But when somebody never finishes up this chat, these placeholder chat histories are hanging around forever.
We need a daily job that will get all the notes with placeholder titles, check if they are indeed empty and trash them.