1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-04 08:26:19 +02:00
This commit is contained in:
syuilo
2018-02-24 06:29:05 +09:00
parent 647d86a029
commit 48341db13d

View File

@@ -177,6 +177,7 @@ export default Vue.extend({
this.saveHome();
},
saveHome() {
(this as any).os.i.client_settings.mobile_home = this.widgets;
(this as any).api('i/update_mobile_home', {
home: this.widgets
});