forked from GNUsocial/gnu-social
note on why we don't use Group_member::asActivity() in OStatusPlugin
This commit is contained in:
parent
43ad609600
commit
a881ce23e7
@ -632,6 +632,9 @@ class OStatusPlugin extends Plugin
|
|||||||
throw new Exception(_m('Could not set up remote group membership.'));
|
throw new Exception(_m('Could not set up remote group membership.'));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// NOTE: we don't use Group_member::asActivity() since that record
|
||||||
|
// has not yet been created.
|
||||||
|
|
||||||
$member = Profile::staticGet($user->id);
|
$member = Profile::staticGet($user->id);
|
||||||
|
|
||||||
$act = new Activity();
|
$act = new Activity();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user