mirror of
https://github.com/YunoHost-Apps/pixelfed_ynh.git
synced 2024-09-03 20:06:04 +02:00
Update StatusService
This commit is contained in:
parent
4339a1e106
commit
63f723decb
1 changed files with 0 additions and 1 deletions
|
@ -137,7 +137,6 @@ class StatusService
|
|||
|
||||
public static function del($id, $purge = false)
|
||||
{
|
||||
|
||||
if($purge) {
|
||||
$status = self::get($id);
|
||||
if($status && isset($status['account']) && isset($status['account']['id'])) {
|
||||
|
|
Loading…
Add table
Reference in a new issue