mirror of
https://iceshrimp.dev/iceshrimp/iceshrimp
synced 2024-11-27 14:28:08 +09:00
[mastodon-client] Update mentions in background on /i/update
This commit is contained in:
parent
34376b0718
commit
3cdf9eee94
@ -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 New Issue
Block a user