Просмотр исходного кода

Also show unlisted posts in public timelines.

grunfink 8 месяцев назад
Родитель
Сommit
c40cd66f39
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      html.c

+ 1 - 1
html.c

@@ -3236,7 +3236,7 @@ xs_str *html_timeline(snac *user, const xs_list *list, int read_only,
             continue;
             continue;
         }
         }
         /* hide non-public posts viewed from outside */
         /* hide non-public posts viewed from outside */
-        if (read_only && scope != SCOPE_PUBLIC){
+        if (read_only && (scope != SCOPE_PUBLIC && scope != SCOPE_UNLISTED)) {
             continue;
             continue;
         }
         }