mirror of
https://iceshrimp.dev/crimekillz/trashposs
synced 2024-11-22 00:43:49 +01: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