Quellcode durchsuchen

Mark actors from boosted posts as non-broken.

grunfink vor 1 Woche
Ursprung
Commit
cce687bd60
1 geänderte Dateien mit 3 neuen und 0 gelöschten Zeilen
  1. 3 0
      activitypub.c

+ 3 - 0
activitypub.c

@@ -3053,6 +3053,9 @@ int process_input_message(snac *snac, const xs_dict *msg, const xs_dict *req)
                         /* distribute the post to users following these hashtags */
                         /* distribute the post to users following these hashtags */
                         followed_hashtag_distribute(a_msg);
                         followed_hashtag_distribute(a_msg);
 
 
+                        /* actor is [back] alive */
+                        actor_failure(who, 2);
+
                         do_notify = 1;
                         do_notify = 1;
                     }
                     }
                     else
                     else