Update Embeds. Fix Profile + Status embeds, remove following count and improve cache invalidation and hidden follower counts
This commit is contained in:
parent
d31a1dbcdf
commit
5ac9d0e8f2
6 changed files with 29 additions and 11 deletions
|
@ -427,6 +427,7 @@ class ComposeController extends Controller
|
|||
Cache::forget('profile:status_count:'.$profile->id);
|
||||
Cache::forget('status:transformer:media:attachments:'.$status->id);
|
||||
Cache::forget($user->storageUsedKey());
|
||||
Cache::forget('profile:embed:' . $status->profile_id);
|
||||
|
||||
return $status->url();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue