Browse Source

add to local

stanley-king 7 năm trước cách đây
mục cha
commit
1ae782208a
2 tập tin đã thay đổi với 1 bổ sung3 xóa
  1. 1 1
      helper/async/IAsync.php
  2. 0 2
      helper/relation_helper.php

+ 1 - 1
helper/async/IAsync.php

@@ -10,7 +10,7 @@ namespace async;
 
 abstract class IAsync
 {
-    const max_level_pushs = 50;
+    const max_level_pushs = 20;
     abstract public function run();
 
     protected function ex_user($invitees,$user)

+ 0 - 2
helper/relation_helper.php

@@ -137,8 +137,6 @@ class relation_helper
             if($ret == true) {
                 $publisher = new message\publisher();
                 $publisher->del_follow($someone_id,[$me_id]);
-                $minfo = new member_info($me_id);
-                push_helper::notice_subscribe($someone_id,$minfo);
             }
             return $ret;
         }