Closed KaffeDiem closed 3 years ago
If you send a message to someone who is unavailable then the message is dropped. This is solved by adding messages to a deliver-queue and sending them whenever the recipient is available.
A simple queue feature has been implemented although this needs work
A simple queue has been implemented and messages sent the past 15 minutes are delivered
If you send a message to someone who is unavailable then the message is dropped. This is solved by adding messages to a deliver-queue and sending them whenever the recipient is available.