mirror of
https://github.com/glitch-soc/mastodon.git
synced 2025-12-21 14:18:36 +00:00
Merge commit 'aa04efb92a47cf27c1aafb2aeb21584e91c526ac' into glitch-soc/merge-upstream
Conflicts: - `app/models/user_settings.rb`: Not a real conflict, upstream added a setting on a line adjacent to a glitch-soc-only line. Added upstream's new setting.
This commit is contained in:
@@ -94,7 +94,7 @@ namespace :admin do
|
||||
end
|
||||
end
|
||||
|
||||
resources :rules, only: [:index, :create, :edit, :update, :destroy]
|
||||
resources :rules, only: [:index, :new, :create, :edit, :update, :destroy]
|
||||
|
||||
resources :webhooks do
|
||||
member do
|
||||
|
||||
Reference in New Issue
Block a user