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

Don't call enqueue_object_request() for quoted posts in public timelines.

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

+ 1 - 0
html.c

@@ -2407,6 +2407,7 @@ xs_html *html_entry(snac *user, xs_dict *msg, int read_only,
                         html_entry(user, quoted_post, 1, 1, NULL, 1)));
                         html_entry(user, quoted_post, 1, 1, NULL, 1)));
             }
             }
             else
             else
+            if (user)
                 enqueue_object_request(user, quoted_id, 0);
                 enqueue_object_request(user, quoted_id, 0);
         }
         }
     }
     }