mirror of https://gitlab.com/bashrc2/epicyon
Tidying
parent
03750121c2
commit
69211204cd
|
@ -584,12 +584,14 @@ def get_shares_feed_for_person(base_dir: str,
|
||||||
|
|
||||||
next_page_number = int(page_number + 1)
|
next_page_number = int(page_number + 1)
|
||||||
id_str = local_actor_url(http_prefix, nickname, domain)
|
id_str = local_actor_url(http_prefix, nickname, domain)
|
||||||
|
shares_collection_id = \
|
||||||
|
id_str + '/' + shares_file_type + '?page=' + str(page_number)
|
||||||
shares = {
|
shares = {
|
||||||
"@context": [
|
"@context": [
|
||||||
'https://www.w3.org/ns/activitystreams',
|
'https://www.w3.org/ns/activitystreams',
|
||||||
'https://w3id.org/security/v1'
|
'https://w3id.org/security/v1'
|
||||||
],
|
],
|
||||||
'id': id_str + '/' + shares_file_type + '?page=' + str(page_number),
|
'id': shares_collection_id,
|
||||||
'orderedItems': [],
|
'orderedItems': [],
|
||||||
'partOf': id_str + '/' + shares_file_type,
|
'partOf': id_str + '/' + shares_file_type,
|
||||||
'totalItems': 0,
|
'totalItems': 0,
|
||||||
|
|
Loading…
Reference in New Issue