mirror of
https://github.com/yingziwu/mastodon.git
synced 2026-02-04 03:25:14 +00:00
Add ability to block words in usernames (#35407)
This commit is contained in:
parent
8cf7a77808
commit
20bbd20ef1
28 changed files with 560 additions and 34 deletions
|
|
@ -230,4 +230,10 @@ namespace :admin do
|
|||
end
|
||||
|
||||
resources :software_updates, only: [:index]
|
||||
|
||||
resources :username_blocks, except: [:show, :destroy] do
|
||||
collection do
|
||||
post :batch
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue