mirror of https://gitlab.com/bashrc2/epicyon
No items
parent
bf228fdb10
commit
cdfd02aa17
|
@ -429,7 +429,7 @@ def get_inactive_feed(base_dir: str, domain: str, port: int, path: str,
|
||||||
'/moved?page=1'
|
'/moved?page=1'
|
||||||
id_str = \
|
id_str = \
|
||||||
local_actor_url(http_prefix, nickname, domain) + '/inactive'
|
local_actor_url(http_prefix, nickname, domain) + '/inactive'
|
||||||
total_str = str(len(lines.items()))
|
total_str = str(len(lines))
|
||||||
following = {
|
following = {
|
||||||
'@context': 'https://www.w3.org/ns/activitystreams',
|
'@context': 'https://www.w3.org/ns/activitystreams',
|
||||||
'first': first_str,
|
'first': first_str,
|
||||||
|
|
Loading…
Reference in New Issue