diff options
Diffstat (limited to 'activitypub.c')
| -rw-r--r-- | activitypub.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/activitypub.c b/activitypub.c index afbe7af..9a23e14 100644 --- a/activitypub.c +++ b/activitypub.c | |||
| @@ -1186,11 +1186,11 @@ xs_dict *msg_repulsion(snac *user, char *id, char *type) | |||
| 1186 | 1186 | ||
| 1187 | /* copy the 'to' field */ | 1187 | /* copy the 'to' field */ |
| 1188 | msg = xs_dict_set(msg, "to", xs_dict_get(object, "to")); | 1188 | msg = xs_dict_set(msg, "to", xs_dict_get(object, "to")); |
| 1189 | |||
| 1190 | /* now we despise this */ | ||
| 1191 | object_unadmire(id, user->actor, *type == 'L' ? 1 : 0); | ||
| 1192 | } | 1189 | } |
| 1193 | 1190 | ||
| 1191 | /* now we despise this */ | ||
| 1192 | object_unadmire(id, user->actor, *type == 'L' ? 1 : 0); | ||
| 1193 | |||
| 1194 | return msg; | 1194 | return msg; |
| 1195 | } | 1195 | } |
| 1196 | 1196 | ||