Merge branch 'develop'

This commit is contained in:
syuilo
2019-04-15 12:23:20 +09:00
35 changed files with 295 additions and 99 deletions

View File

@@ -118,7 +118,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) {