diff options
Diffstat (limited to '')
| -rw-r--r-- | utils.c | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -881,7 +881,7 @@ void import_csv(snac *user) | |||
| 881 | if (*l) { | 881 | if (*l) { |
| 882 | xs *post = NULL; | 882 | xs *post = NULL; |
| 883 | 883 | ||
| 884 | if (!object_get(l, &post)) { | 884 | if (!valid_status(object_get(l, &post))) { |
| 885 | if (!valid_status(activitypub_request(user, l, &post))) { | 885 | if (!valid_status(activitypub_request(user, l, &post))) { |
| 886 | snac_log(user, xs_fmt("Error getting object %s for bookmarking", l)); | 886 | snac_log(user, xs_fmt("Error getting object %s for bookmarking", l)); |
| 887 | continue; | 887 | continue; |