Also use SIG + SIG_INFO in tweets and toots

This commit is contained in:
phl0
2024-01-25 16:16:38 +01:00
parent 6b72f771b8
commit 9605e20afb

View File

@@ -419,6 +419,9 @@
if($row->COL_WWFF_REF != null) {
$hashtags .= " #WWFF ".$row->COL_WWFF_REF;
}
if($row->COL_SIG != null && $row->COL_SIG_INFO != null) {
$hashtags .= " #".$row->COL_SIG." ".$row->COL_SIG_INFO;
}
if (!isset($distance)) {
$twitter_string = urlencode("Just worked ".$row->COL_CALL." ");
if ($row->COL_DXCC != 0) {