mirror of https://gitlab.com/bashrc2/epicyon
Comments
parent
e0ea772681
commit
c2cba96e18
4
posts.py
4
posts.py
|
@ -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)
|
location = get_location_dict_from_tags(tags)
|
||||||
if location:
|
if location:
|
||||||
if location.get('name') and \
|
if location.get('name') and \
|
||||||
|
@ -1430,7 +1430,7 @@ def _create_post_c2s(base_dir: str, nickname: str, domain: str, port: int,
|
||||||
"crawlable": False
|
"crawlable": False
|
||||||
}
|
}
|
||||||
|
|
||||||
# pixelfed style location representation
|
# pixelfed/friendica style location representation
|
||||||
location = get_location_dict_from_tags(tags)
|
location = get_location_dict_from_tags(tags)
|
||||||
if location:
|
if location:
|
||||||
if location.get('name') and \
|
if location.get('name') and \
|
||||||
|
|
Loading…
Reference in New Issue