mirror of https://gitlab.com/bashrc2/epicyon
Newswire type
parent
c35fb6f74b
commit
034165e4e3
|
@ -64,7 +64,7 @@ def show_person_profile(self, authorized: bool,
|
|||
yt_replace_domain: str,
|
||||
twitter_replacement_domain: str,
|
||||
show_published_date_only: bool,
|
||||
newswire: str,
|
||||
newswire: {},
|
||||
theme_name: str,
|
||||
dormant_months: int,
|
||||
peertube_instances: [],
|
||||
|
@ -212,7 +212,7 @@ def show_roles(self, calling_domain: str, referer_domain: str,
|
|||
project_version: str,
|
||||
person_cache: {},
|
||||
show_published_date_only: bool,
|
||||
newswire: str,
|
||||
newswire: {},
|
||||
theme_name: str,
|
||||
dormant_months: int,
|
||||
peertube_instances: [],
|
||||
|
@ -362,7 +362,7 @@ def show_skills(self, calling_domain: str, referer_domain: str,
|
|||
translate: {},
|
||||
project_version: str,
|
||||
person_cache: {},
|
||||
newswire: str,
|
||||
newswire: {},
|
||||
theme_name: str,
|
||||
dormant_months: int,
|
||||
text_mode_banner: str,
|
||||
|
|
Loading…
Reference in New Issue