mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-10 00:34:50 +00:00
Update AdminInstanceController, invalidate banned domain cache when updated
This commit is contained in:
parent
e73b2f8373
commit
35393edfef
1 changed files with 2 additions and 0 deletions
|
@ -126,6 +126,8 @@ trait AdminInstanceController
|
|||
break;
|
||||
}
|
||||
|
||||
Cache::forget('instances:banned:domains');
|
||||
|
||||
return response()->json([]);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue