1
0

Fix credo issues

Dieser Commit ist enthalten in:
rinpatch 2019-05-22 21:57:46 +03:00
Ursprung ac7702f800
Commit e6b175ed6c

Datei anzeigen

@ -357,7 +357,8 @@ defmodule Pleroma.Web.MastodonAPI.StatusView do
end)
%{
# Mastodon uses separate ids for polls, but an object can't have more than one poll embedded so object id is fine
# Mastodon uses separate ids for polls, but an object can't have
# more than one poll embedded so object id is fine
id: object.id,
expires_at: Utils.to_masto_date(end_time),
expired: expired,