(fix): Attachment should inherit wire threshold on edit (#458)
0/1 discussion resolved
513 513 514 514 $activity->indexes = ["activity:$activity->owner_guid:edits"]; //don't re-index on edit 515 515 (new Core\Translation\Storage())->purge($activity->guid); 516 - Owner
Can we move this to an event hook post save event? (noticed we are using Actions\Save below). This file is huge