Cytrogen的代码仓库
登录
—
注册
~cytrogen
/
masto-fe
summary
tree
log
refs
ref:
19f909855190cda30119b8f150c5db85c1579146
masto-fe
/
config
/
initializers
/ffmpeg.rb
-rw-r--r--
85 bytes
View
Log
View raw
Permalink
19f90985
— Emelia Smith Allow reports with long comments from remote instances, but truncate (#25028)
2 years ago
1
2
3
if
ENV
[
'FFMPEG_BINARY'
].
present?
FFMPEG
.
ffmpeg_binary
=
ENV
[
'FFMPEG_BINARY'
]
end