diff options
| author | Akihiko Odaki <nekomanma@pixiv.co.jp> | 2018-04-02 13:44:32 +0900 |
|---|---|---|
| committer | Akihiko Odaki <nekomanma@pixiv.co.jp> | 2018-04-02 13:44:32 +0900 |
| commit | aa94035987926f47b037c32b3c89ac470a40dc40 (patch) | |
| tree | 00c3fa43af71e2fbd71940655d55adf5b8413887 /src/client/app/mobile/views/components/notification.vue | |
| parent | Introduce renderers directory (diff) | |
| download | misskey-aa94035987926f47b037c32b3c89ac470a40dc40.tar.gz misskey-aa94035987926f47b037c32b3c89ac470a40dc40.tar.bz2 misskey-aa94035987926f47b037c32b3c89ac470a40dc40.zip | |
Introduce acct directory
Diffstat (limited to 'src/client/app/mobile/views/components/notification.vue')
| -rw-r--r-- | src/client/app/mobile/views/components/notification.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/app/mobile/views/components/notification.vue b/src/client/app/mobile/views/components/notification.vue index d3e313756f..189d7195fb 100644 --- a/src/client/app/mobile/views/components/notification.vue +++ b/src/client/app/mobile/views/components/notification.vue @@ -79,7 +79,7 @@ <script lang="ts"> import Vue from 'vue'; import getPostSummary from '../../../../../renderers/get-post-summary'; -import getAcct from '../../../../../user/get-acct'; +import getAcct from '../../../../../acct/render'; export default Vue.extend({ props: ['notification'], |