Update Settings, add default license and enforced media descriptions

This commit is contained in:
Daniel Supernault 2021-07-23 09:47:14 -06:00
parent 27778e00c9
commit 67e3f6048f
No known key found for this signature in database
GPG key ID: 0DEF1C662C9033F7
9 changed files with 252 additions and 35 deletions

View file

@ -120,7 +120,7 @@
setTimeout(function() {
self.profile = window._sharedData.curUser;
self.fetchFollowRequests();
}, 500);
}, 1500);
},
updated() {
@ -157,7 +157,7 @@
}
axios.get('/api/pixelfed/v1/notifications', {
params: {
page: this.notificationCursor
max_id: this.notificationMaxId
}
}).then(res => {
if(res.data.length) {