This commit is contained in:
2026-03-20 21:17:26 +01:00
parent 1a62fcb81d
commit 29c3ff8572
229 changed files with 13147 additions and 2577 deletions

View File

@@ -11,7 +11,7 @@ use Illuminate\Database\Eloquent\Relations\BelongsTo;
* Unified activity feed event.
*
* Types: upload | comment | favorite | award | follow
* target_type: artwork | user
* target_type: artwork | story | user
*
* @property int $id
* @property int $actor_id
@@ -54,6 +54,7 @@ class ActivityEvent extends Model
const TYPE_FOLLOW = 'follow';
const TARGET_ARTWORK = 'artwork';
const TARGET_STORY = 'story';
const TARGET_USER = 'user';
// ── Relations ─────────────────────────────────────────────────────────────