mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-21 17:37:29 -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を配信
|
||||
publishToFollowers(user.id);
|
||||
UserProfiles.updateMentions(user.id).finally(() => {
|
||||
publishToFollowers(user.id);
|
||||
});
|
||||
|
||||
return iObj;
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue