summaryrefslogtreecommitdiff
path: root/src/client/app/desktop/views
diff options
context:
space:
mode:
authorsyuilo <syuilotan@yahoo.co.jp>2019-04-15 12:04:23 +0900
committersyuilo <syuilotan@yahoo.co.jp>2019-04-15 12:04:23 +0900
commitb357afa30a6f6420218ad80b9a731dc379e1fd36 (patch)
tree0a81399cfdb792870e56147bc436f1c404bbf142 /src/client/app/desktop/views
parentMerge branch 'develop' of https://github.com/syuilo/misskey into develop (diff)
downloadmisskey-b357afa30a6f6420218ad80b9a731dc379e1fd36.tar.gz
misskey-b357afa30a6f6420218ad80b9a731dc379e1fd36.tar.bz2
misskey-b357afa30a6f6420218ad80b9a731dc379e1fd36.zip
Clean up
Diffstat (limited to 'src/client/app/desktop/views')
-rw-r--r--src/client/app/desktop/views/home/user/user.photos.vue1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/client/app/desktop/views/home/user/user.photos.vue b/src/client/app/desktop/views/home/user/user.photos.vue
index aff1c96c9a..5948e805ac 100644
--- a/src/client/app/desktop/views/home/user/user.photos.vue
+++ b/src/client/app/desktop/views/home/user/user.photos.vue
@@ -46,7 +46,6 @@ export default Vue.extend({
fileType: image,
excludeNsfw: !this.$store.state.device.alwaysShowNsfw,
limit: 9,
- untilDate: new Date().getTime() + 1000 * 86400 * 365
}).then(notes => {
for (const note of notes) {
for (const file of note.files) {