kopia lustrzana https://github.com/pixelfed/pixelfed
Update PostReactions, reduce bookmark timeout to 2s from 5s
rodzic
94069db9b8
commit
a8094e6c13
|
@ -232,7 +232,7 @@
|
|||
|
||||
setTimeout(() => {
|
||||
this.isBookmarking = false;
|
||||
}, 5000);
|
||||
}, 2000);
|
||||
},
|
||||
|
||||
getStatusAvatar() {
|
||||
|
|
Ładowanie…
Reference in New Issue