Compare commits

...

1 Commits
main ... b3ps

Author SHA1 Message Date
grantonthenet d83d12da69 add modification info 1 year ago
  1. 3
      app/serializers/rest/v1/instance_serializer.rb

@ -89,6 +89,9 @@ class REST::V1::InstanceSerializer < ActiveModel::Serializer
video_frame_rate_limit: MediaAttachment::MAX_VIDEO_FRAME_RATE,
video_matrix_limit: MediaAttachment::MAX_VIDEO_MATRIX_LIMIT,
},
# notify third-party clients of behavior changes
modifications: %w[ sticker_emoji ]
polls: {
max_options: PollValidator::MAX_OPTIONS,

Loading…
Cancel
Save