- This Fediwall shows
-
- posts tagged with
-
- #{{ t }}
- ,
- or
+ This Fediwall shows posts
+
+ tagged with
+
+ #{{ t }}
{{ sep(index, tags.length, ", ", tagsHidden ? ", " : " or ") }}
+ and more
- and
-
- posts or boosts by
-
- @{{ acc }}
- ,
- or
+
+ as well as posts
+ by
+
+ @{{ acc }}
{{ sep(index, accounts.length, ", ", accountsHidden ? ", " : " or ") }}
+ and more
diff --git a/src/config.ts b/src/config.ts
index 11bd97a..e5b4c83 100644
--- a/src/config.ts
+++ b/src/config.ts
@@ -247,8 +247,8 @@ export function sanatizeConfig(config: any): Config {
const result: Partial