add poster event support #18

This commit is contained in:
ghost 2023-10-30 05:14:46 +02:00
parent bd5191e894
commit 706ea40eec
12 changed files with 681 additions and 14 deletions

View file

@ -62,6 +62,11 @@ class Activity
public const EVENT_TORRENT_STATUS_ADD = 1800;
public const EVENT_TORRENT_STATUS_DELETE = 1801;
public const EVENT_TORRENT_POSTER_ADD = 2800;
public const EVENT_TORRENT_POSTER_DELETE = 2801;
public const EVENT_TORRENT_POSTER_APPROVE_ADD = 2810;
public const EVENT_TORRENT_POSTER_APPROVE_DELETE = 2811;
// ...
#[ORM\Column]