Merge tag 'v3.2.0rc2'

This commit is contained in:
wuyingren 2020-07-25 08:33:42 +08:00
commit 65c907a448
126 changed files with 1343 additions and 509 deletions

View file

@ -17,7 +17,7 @@ module Mastodon
end
def flags
'rc1'
'rc2'
end
def suffix

View file

@ -18,7 +18,7 @@ module Paperclip
@type_from_mime_magic ||= begin
begin
File.open(@file.path) do |file|
MimeMagic.by_magic(file)&.type
MimeMagic.by_magic(file)&.type || ''
end
rescue Errno::ENOENT
''