Update moderation api, invalidate profile embed

pull/2690/head
Daniel Supernault 2021-02-28 23:14:27 -07:00
rodzic 9c8a87c331
commit b2501bfcc3
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 0DEF1C662C9033F7
1 zmienionych plików z 4 dodań i 0 usunięć

Wyświetl plik

@ -312,6 +312,10 @@ class InternalApiController extends Controller
}
break;
}
Cache::forget('_api:statuses:recent_9:' . $status->profile_id);
Cache::forget('profile:embed:' . $status->profile_id);
return ['msg' => 200];
}