diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2018-05-29 11:29:02 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2018-05-29 11:29:02 +0900 |
| commit | f557407589abe8049b931f7b7e6db26d441ae796 (patch) | |
| tree | b639aa8015afa93b24477b6a49d72e39a8aa7369 /src | |
| parent | Fix bug (diff) | |
| download | misskey-f557407589abe8049b931f7b7e6db26d441ae796.tar.gz misskey-f557407589abe8049b931f7b7e6db26d441ae796.tar.bz2 misskey-f557407589abe8049b931f7b7e6db26d441ae796.zip | |
Fix bug
Diffstat (limited to 'src')
| -rw-r--r-- | src/client/app/mobile/views/components/note-detail.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/app/mobile/views/components/note-detail.vue b/src/client/app/mobile/views/components/note-detail.vue index 8ab766e1dc..d4606c0313 100644 --- a/src/client/app/mobile/views/components/note-detail.vue +++ b/src/client/app/mobile/views/components/note-detail.vue @@ -172,7 +172,7 @@ export default Vue.extend({ }, methods: { - fetchContext() { + fetchConversation() { this.conversationFetching = true; // Fetch conversation |