Newswire type

main
Bob Mottram 2024-04-11 15:38:32 +01:00
parent c35fb6f74b
commit 034165e4e3
1 changed files with 3 additions and 3 deletions

View File

@ -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,