merge-requests/30/head
Bob Mottram 2024-01-09 17:57:16 +00:00
parent e0ea772681
commit c2cba96e18
1 changed files with 2 additions and 2 deletions

View File

@ -1337,7 +1337,7 @@ def _create_post_s2s(base_dir: str, nickname: str, domain: str, port: int,
}
}
# pixelfed style location representation
# pixelfed/friendica style location representation
location = get_location_dict_from_tags(tags)
if location:
if location.get('name') and \
@ -1430,7 +1430,7 @@ def _create_post_c2s(base_dir: str, nickname: str, domain: str, port: int,
"crawlable": False
}
# pixelfed style location representation
# pixelfed/friendica style location representation
location = get_location_dict_from_tags(tags)
if location:
if location.get('name') and \