mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-22 01:47:39 -07:00
[mastodon-client] Update mentions in background on /i/update
This commit is contained in:
parent
34376b0718
commit
3cdf9eee94
1 changed files with 3 additions and 1 deletions
|
@ -330,7 +330,9 @@ export default define(meta, paramDef, async (ps, _user, token) => {
|
||||||
}
|
}
|
||||||
|
|
||||||
// フォロワーにUpdateを配信
|
// フォロワーにUpdateを配信
|
||||||
publishToFollowers(user.id);
|
UserProfiles.updateMentions(user.id).finally(() => {
|
||||||
|
publishToFollowers(user.id);
|
||||||
|
});
|
||||||
|
|
||||||
return iObj;
|
return iObj;
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in a new issue