Update PostReactions, reduce bookmark timeout to 2s from 5s

pull/4166/head
Daniel Supernault 2 years ago
parent 94069db9b8
commit a8094e6c13
No known key found for this signature in database
GPG Key ID: 0DEF1C662C9033F7

@ -232,7 +232,7 @@
setTimeout(() => {
this.isBookmarking = false;
}, 5000);
}, 2000);
},
getStatusAvatar() {

Loading…
Cancel
Save