소스 검색

Notify Moves, even if they fail.

default 2 년 전
부모
커밋
f14ea27818
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      activitypub.c

+ 2 - 2
activitypub.c

@@ -2145,6 +2145,8 @@ int process_input_message(snac *snac, const xs_dict *msg, const xs_dict *req)
     }
     }
     else
     else
     if (strcmp(type, "Move") == 0) { /** **/
     if (strcmp(type, "Move") == 0) { /** **/
+        do_notify = 1;
+
         const char *old_account = xs_dict_get(msg, "object");
         const char *old_account = xs_dict_get(msg, "object");
         const char *new_account = xs_dict_get(msg, "target");
         const char *new_account = xs_dict_get(msg, "target");
 
 
@@ -2180,8 +2182,6 @@ int process_input_message(snac *snac, const xs_dict *msg, const xs_dict *req)
 
 
                                 snac_log(snac, xs_fmt("'Move': unfollowing %s", old_account));
                                 snac_log(snac, xs_fmt("'Move': unfollowing %s", old_account));
                             }
                             }
-
-                            do_notify = 1;
                         }
                         }
                         else
                         else
                             snac_log(snac, xs_fmt("'Move' error: old actor %s not found in %s 'alsoKnownAs'",
                             snac_log(snac, xs_fmt("'Move' error: old actor %s not found in %s 'alsoKnownAs'",