Advertise supported MIME types for statuses (#2090)

This commit is contained in:
Vyr Cossont
2023-01-20 04:57:32 -08:00
committed by GitHub
parent 26c2b401a5
commit c4a5e0ca0e
3 changed files with 4 additions and 0 deletions

View File

@@ -1,6 +1,8 @@
# frozen_string_literal: true
class HtmlAwareFormatter
STATUS_MIME_TYPES = %w(text/plain text/markdown text/html).freeze
attr_reader :text, :local, :options
alias local? local