forked from GNUsocial/gnu-social
Share never actually set the repeat_of value
This commit is contained in:
parent
5a235ffbf9
commit
0ff11ac978
@ -122,6 +122,10 @@ class SharePlugin extends ActivityVerbHandlerPlugin
|
|||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Setting this here because when the algorithm gets back to
|
||||||
|
// Notice::saveActivity it will update the Notice object.
|
||||||
|
$stored->repeat_of = $sharedNotice->getID();
|
||||||
|
|
||||||
// We don't have to save a repeat in a separate table, we can
|
// We don't have to save a repeat in a separate table, we can
|
||||||
// find repeats by just looking at the notice.repeat_of field.
|
// find repeats by just looking at the notice.repeat_of field.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user