ReagentX / imessage-exporter

Export iMessage data + run iMessage Diagnostics
GNU General Public License v3.0
3.08k stars 135 forks source link

Own messages in RCS group chat have no background color #361

Closed jasonfma closed 1 week ago

jasonfma commented 1 week ago

RCS group chat messages extract but the html export doesn't set a background color for "me" example:

Screenshot 2024-11-12 at 14 01 45

example showing text highlighted:

Screenshot 2024-11-12 at 14 01 58
jasonfma commented 1 week ago

CSS generated is - sent Other(" rcs")

Screenshot 2024-11-12 at 14 08 08
jasonfma commented 1 week ago

Guessing we need to add a case for RCS here

https://github.com/ReagentX/imessage-exporter/blob/fa67b1d798291f1dc04cabf5d68d384ba66ee8e1/imessage-database/src/tables/messages/message.rs#L938

I might be able to get to this next week if nobody else has yet.

ReagentX commented 1 week ago

What color should we use for RCS?

jasonfma commented 1 week ago

On device, RCS shows up the same as SMS for me (i.e. green)

ReagentX commented 1 week ago

Thanks!