diff --git a/src/web/app/mobile/tags/page/home.tag b/src/web/app/mobile/tags/page/home.tag index c93803fb0..68178aa99 100644 --- a/src/web/app/mobile/tags/page/home.tag +++ b/src/web/app/mobile/tags/page/home.tag @@ -12,6 +12,7 @@ this.mixin('ui-progress'); this.mixin('stream'); this.mixin('get-post-summary'); + this.mixin('open-post-form'); this.unreadCount = 0; @@ -19,6 +20,10 @@ document.title = 'Misskey' this.ui.trigger('title', 'ホーム'); + this.ui.trigger('func', () => { + this.openPostForm(); + }, 'pencil'); + this.Progress.start(); this.stream.on('post', this.onStreamPost); diff --git a/src/web/app/mobile/tags/ui-header.tag b/src/web/app/mobile/tags/ui-header.tag index b6d2e28be..265f12fd4 100644 --- a/src/web/app/mobile/tags/ui-header.tag +++ b/src/web/app/mobile/tags/ui-header.tag @@ -5,7 +5,7 @@

Misskey

- +