Merge pull request #7425 from lilithmooncohen/fix/mastodon-mode-favourited

Return favourited as a boolean in Mastodon mode
pull/7426/head
dansup 2 days ago committed by GitHub
commit 1759e4493d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -175,6 +175,7 @@ class StatusService
MediaService::getMastodon($status['id']) MediaService::getMastodon($status['id'])
); );
$status['favourited'] = false;
$status['muted'] = false; $status['muted'] = false;
$status['reblogged'] = false; $status['reblogged'] = false;

Loading…
Cancel
Save