Skip to content

Commit

Permalink
Whoops, SMS-specific CSS needs the basic "from-me" class too.
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Jun 21, 2016
1 parent cc210b1 commit aed562d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions archive_imessage.pl
Expand Up @@ -989,10 +989,9 @@ sub talk_gap {
}

if ($is_from_me) {
$outhasfromme = 1;
if ($is_sms) {
$outhasfromme_sms = 1;
} else {
$outhasfromme = 1;
}
} else {
$outhasfromthem = 1;
Expand Down

0 comments on commit aed562d

Please sign in to comment.