itsjunetime / smserver

An app to allow Jailbroken iPhones to send texts & attachments from their browser
GNU General Public License v3.0
156 stars 26 forks source link

[Bug] Message subjects get sent in their own text bubble instead of together with the main text message #124

Open sabogalc opened 3 years ago

sabogalc commented 3 years ago

This "bug" actually works in favor of issue #110, however, for non attachment messages with subject lines, it splits them up in the web client when they should be together. The bug only affects the web client, and messages still show up okay on iOS (in this example, I sent all of the messages from SMServer). Below are screenshots from the same conversation in iOS and in SMServer. PNG Image Subject line text bug

sabogalc commented 3 years ago

This is almost perfect. For some strange reason, SMServer added an extra space under my hello message. I'm not sure what could have caused this. Similar to my troll face sticker, the conversation history says that I applied a tapback to nothing Almost PNG Image PNG image (1) Some information about the messages.

"Hello" - tapback_guid="p:-1/1271A236-D9CF-457E-BA31-FB1D77FB2F95" " " - tapback_guid="p:0/1271A236-D9CF-457E-BA31-FB1D77FB2F95"

Here is a relevant comment from issue #110

itsjunetime commented 3 years ago

This is fixed with this commit (but I also rewrote a buncha stuff so it's introduced a few smaller other issues that I'm working on resolving)