Browse Source

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 years ago
parent
commit
f10291a1d3
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      lib/pleroma/upload.ex

+ 1
- 1
lib/pleroma/upload.ex View File

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

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


Loading…
Cancel
Save