mirror of
https://github.com/YGGverse/YGGtracker.git
synced 2026-04-01 01:25:39 +00:00
add poster event support #18
This commit is contained in:
parent
bd5191e894
commit
706ea40eec
12 changed files with 681 additions and 14 deletions
|
|
@ -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]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue