Track file uploads on Wings, not the panel

This commit is contained in:
DaneEveritt 2022-07-24 17:13:07 -04:00
parent 6a11c32bb2
commit f8c48214a5
No known key found for this signature in database
GPG key ID: EEA66103B3D71F53
5 changed files with 11 additions and 3 deletions

View file

@ -53,6 +53,12 @@ class ActivityLog extends Model
public const RESOURCE_NAME = 'activity_log';
/**
* Tracks all of the events we no longer wish to display to users. These are either legacy
* events or just events where we never ended up using the associated data.
*/
public const DISABLED_EVENTS = ['server:file.upload'];
public $timestamps = false;
protected $guarded = [