mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced 2024-11-10 08:13:09 +02:00
Merge branch 'master' of https://github.com/syuilo/misskey
This commit is contained in:
commit
6053054f1d
1 changed files with 1 additions and 1 deletions
|
@ -37,6 +37,6 @@ module.exports = async (params, user) => new Promise(async (res, rej) => {
|
|||
|
||||
res();
|
||||
|
||||
// Publish i updated event
|
||||
// Publish event
|
||||
event(user._id, 'my_token_regenerated');
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue