Serubin / pulse-sms-web

The official web app for Pulse SMS - built on Vue.js.

Home Page:https://pulsesms.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This message persists when new messages are sent. "You don't have any messages in this conversation yet, time to start it up!"

Serubin opened this issue · comments

The "You don't have any messages in this conversation yet, time to start it up!" message persists when you start a new conversation and send a message.

It makes me feel lied too. Someone (probably me) should fix it.

Screen Shot 2020-03-05 at 10 22 41 AM

Just for some context, that message is just a normal message inserted into the database. It is a message of type INFO (5).

To get rid of it, it is just a normal delete message request. Example from Android:

https://github.com/klinker-apps/pulse-sms-android/blob/47559ec1231a4e3dcf67697bba94423105e354cd/app/src/main/java/xyz/klinker/messenger/fragment/message/send/SendMessageManager.kt#L291