aboutsummaryrefslogtreecommitdiff
path: root/src/Config.cpp
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2022-09-09 19:15:01 +0200
committerdec05eba <dec05eba@protonmail.com>2022-09-09 19:15:01 +0200
commit6d9a07369a9ae20f73cf0d70cdf8b3e0cc06e87d (patch)
treecb79c8e08806bf92faf4eab31b708a4b05acf62b /src/Config.cpp
parentd8e8b812cc51a547025915ed9c1886539da30502 (diff)
Peertube: fix missing instances list if user doesn't have a config file
Diffstat (limited to 'src/Config.cpp')
-rw-r--r--src/Config.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Config.cpp b/src/Config.cpp
index 9272939..540286f 100644
--- a/src/Config.cpp
+++ b/src/Config.cpp
@@ -132,6 +132,7 @@ namespace QuickMedia {
static void config_load_fail_fallback() {
matrix_known_homeservers_fallback();
+ peertube_known_instances_fallback();
}
// No-op if this has already been called before