Merge branch 'main' into glitch-soc/merge-upstream
Conflicts: - `app/javascript/mastodon/features/compose/components/poll_form.js`: glitch-soc change because of having changed the default number of available poll options. Applied upstream's changes while keeping glitch-soc's default number of poll options. - `public/oops.png`: We had a minor graphics change, probably not worth diverging from upstream. Took upstream version.
This commit is contained in:
5
db/migrate/20221104133904_add_name_to_featured_tags.rb
Normal file
5
db/migrate/20221104133904_add_name_to_featured_tags.rb
Normal file
@@ -0,0 +1,5 @@
|
||||
class AddNameToFeaturedTags < ActiveRecord::Migration[6.1]
|
||||
def change
|
||||
add_column :featured_tags, :name, :string
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user