mirror of
https://github.com/ad-aures/castopod.git
synced 2026-04-03 23:09:18 +02:00
fix(notifications): notify actors after activities insert / update using model callback methods
--> Remove sql triggers because most shared hosting plans prevent using them
This commit is contained in:
parent
460f52f70e
commit
e08555a4e9
10 changed files with 98 additions and 126 deletions
|
|
@ -10,13 +10,13 @@ declare(strict_types=1);
|
|||
|
||||
namespace Modules\Admin\Controllers;
|
||||
|
||||
use App\Entities\Notification;
|
||||
use App\Entities\Podcast;
|
||||
use App\Models\NotificationModel;
|
||||
use App\Models\PodcastModel;
|
||||
use CodeIgniter\Exceptions\PageNotFoundException;
|
||||
use CodeIgniter\HTTP\RedirectResponse;
|
||||
use CodeIgniter\I18n\Time;
|
||||
use Modules\Fediverse\Entities\Notification;
|
||||
use Modules\Fediverse\Models\NotificationModel;
|
||||
use Modules\Fediverse\Models\PostModel;
|
||||
|
||||
class NotificationController extends BaseController
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue