add torrent star event support #4

This commit is contained in:
ghost 2023-10-11 01:09:34 +03:00
parent ef84fefca3
commit a3dd5a81a9
7 changed files with 174 additions and 6 deletions

View file

@ -47,9 +47,12 @@ class Activity
public const EVENT_TORRENT_SENSITIVE_APPROVE_ADD = 20210;
public const EVENT_TORRENT_SENSITIVE_APPROVE_DELETE = 20211;
public const EVENT_TORRENT_DOWNLOAD_FILE_ADD = 20300;
public const EVENT_TORRENT_STAR_ADD = 20300;
public const EVENT_TORRENT_STAR_DELETE = 20310;
public const EVENT_TORRENT_DOWNLOAD_MAGNET_ADD = 20400;
public const EVENT_TORRENT_DOWNLOAD_FILE_ADD = 20400;
public const EVENT_TORRENT_DOWNLOAD_MAGNET_ADD = 20500;
/// Article
public const EVENT_ARTICLE_ADD = 30000;