Merge pull request #2933 from phl0/sigHashtag

Also use SIG + SIG_INFO in tweets and toots
这个提交包含在:
Peter Goodhall 2024-01-26 06:57:03 +00:00 提交者 GitHub
当前提交 c771c4f650
找不到此签名对应的密钥
GPG 密钥 ID: B5690EEEBB952194

查看文件

@ -414,6 +414,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) {