mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-25 15:55:22 +00:00
Update InternalApiController
This commit is contained in:
parent
11145be445
commit
e66d4286a6
1 changed files with 1 additions and 0 deletions
|
@ -325,6 +325,7 @@ class InternalApiController extends Controller
|
||||||
# code...
|
# code...
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
Cache::forget('profiles:private');
|
||||||
return ['msg' => 200];
|
return ['msg' => 200];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue