Skip to content

Commit

Permalink
Update PostReactions, reduce bookmark timeout to 2s from 5s
Browse files Browse the repository at this point in the history
  • Loading branch information
dansup committed Feb 10, 2023
1 parent 94069db commit a8094e6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@
setTimeout(() => {
this.isBookmarking = false;
}, 5000);
}, 2000);
},
getStatusAvatar() {
Expand Down

0 comments on commit a8094e6

Please sign in to comment.