1
0
Fork 0

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

This commit is contained in:
Daniel Supernault 2023-02-10 05:03:23 -07:00
parent 94069db9b8
commit a8094e6c13
No known key found for this signature in database
GPG Key ID: 0DEF1C662C9033F7
1 changed files with 1 additions and 1 deletions

View File

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