mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-22 14:31:26 +00:00
Update PostReactions, reduce bookmark timeout to 2s from 5s
This commit is contained in:
parent
94069db9b8
commit
a8094e6c13
1 changed files with 1 additions and 1 deletions
|
@ -232,7 +232,7 @@
|
|||
|
||||
setTimeout(() => {
|
||||
this.isBookmarking = false;
|
||||
}, 5000);
|
||||
}, 2000);
|
||||
},
|
||||
|
||||
getStatusAvatar() {
|
||||
|
|
Loading…
Reference in a new issue