force resolving when faving/boosting
This commit is contained in:
parent
1fa3483a5e
commit
6baa0ad015
@ -42,7 +42,7 @@ export class ToolsService {
|
|||||||
if (!isProvider) {
|
if (!isProvider) {
|
||||||
statusPromise = statusPromise.then((foreignStatus: Status) => {
|
statusPromise = statusPromise.then((foreignStatus: Status) => {
|
||||||
const statusUrl = foreignStatus.url;
|
const statusUrl = foreignStatus.url;
|
||||||
return this.mastodonService.search(account, statusUrl)
|
return this.mastodonService.search(account, statusUrl, true)
|
||||||
.then((results: Results) => {
|
.then((results: Results) => {
|
||||||
return results.statuses[0];
|
return results.statuses[0];
|
||||||
});
|
});
|
||||||
|
Loading…
x
Reference in New Issue
Block a user