diff options
Diffstat (limited to 'html.c')
| -rw-r--r-- | html.c | 1 |
1 files changed, 1 insertions, 0 deletions
| @@ -2407,6 +2407,7 @@ xs_html *html_entry(snac *user, xs_dict *msg, int read_only, | |||
| 2407 | html_entry(user, quoted_post, 1, 1, NULL, 1))); | 2407 | html_entry(user, quoted_post, 1, 1, NULL, 1))); |
| 2408 | } | 2408 | } |
| 2409 | else | 2409 | else |
| 2410 | if (user) | ||
| 2410 | enqueue_object_request(user, quoted_id, 0); | 2411 | enqueue_object_request(user, quoted_id, 0); |
| 2411 | } | 2412 | } |
| 2412 | } | 2413 | } |