[mastodon-client] Update mentions in background on /i/update

This commit is contained in:
Laura Hausmann 2023-10-16 00:53:23 +02:00
parent 34376b0718
commit 3cdf9eee94
Signed by: zotan
GPG key ID: D044E84C5BE01605

View file

@ -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;
});