force resolving when faving/boosting

This commit is contained in:
Nicolas Constant 2019-03-28 19:52:55 -04:00
parent 1fa3483a5e
commit 6baa0ad015
No known key found for this signature in database
GPG Key ID: 1E9F677FB01A5688
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ export class ToolsService {
if (!isProvider) {
statusPromise = statusPromise.then((foreignStatus: Status) => {
const statusUrl = foreignStatus.url;
return this.mastodonService.search(account, statusUrl)
return this.mastodonService.search(account, statusUrl, true)
.then((results: Results) => {
return results.statuses[0];
});