Add SAT emoji to Tweet

This commit is contained in:
phl0 2023-12-19 16:00:55 +01:00
parent 7984b41538
commit b7f4efa33f
No known key found for this signature in database
GPG Key ID: 48EA1E640798CA9A

View File

@ -396,7 +396,7 @@
<?php
if($row->COL_SAT_NAME != null) {
$twitter_band_sat = $row->COL_SAT_NAME;
$twitter_band_sat = $row->COL_SAT_NAME." \u{1F6F0}\u{FE0F}";
$hashtags = "#hamr #cloudlog #amsat";
} else {
$twitter_band_sat = $row->COL_BAND;