forked from mirror/pixelfed
Fixes #1051
This commit is contained in:
parent
2378376595
commit
5f9efbea3f
1 changed files with 1 additions and 0 deletions
|
@ -176,6 +176,7 @@ class SettingsController extends Controller
|
||||||
$profile->save();
|
$profile->save();
|
||||||
Cache::forget('profiles:private');
|
Cache::forget('profiles:private');
|
||||||
Auth::logout();
|
Auth::logout();
|
||||||
|
DeleteAccountPipeline::dispatch($user);
|
||||||
return redirect('/');
|
return redirect('/');
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue