mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-07-25 16:45:00 +02:00
Update manager.ts
This commit is contained in:
@@ -372,7 +372,7 @@ export class PreferencesManager extends EventEmitter<PreferencesManagerEvents> {
|
||||
if (_DEV_) console.log('cloud fetch completed');
|
||||
}
|
||||
|
||||
public save() {
|
||||
private save() {
|
||||
this.profile.modifiedAt = Date.now();
|
||||
this.profile.version = version;
|
||||
this.io.save({ profile: this.profile });
|
||||
|
||||
Reference in New Issue
Block a user