Просмотр исходного кода

upload: use generic Document object type instead of Image (mastodon compatibility)

Mastodon does not use the object name as alt text when the object is an Image.
tags/v0.9.9
William Pitcock 6 лет назад
Родитель
Сommit
f10291a1d3
1 измененных файлов: 1 добавлений и 1 удалений
  1. +1
    -1
      lib/pleroma/upload.ex

+ 1
- 1
lib/pleroma/upload.ex Просмотреть файл

@@ -19,7 +19,7 @@ defmodule Pleroma.Upload do
end

%{
"type" => "Image",
"type" => "Document",
"url" => [
%{
"type" => "Link",


Загрузка…
Отмена
Сохранить