pstream is dead; long live pstream taciturnaxolotl.github.io/pstream-ng/
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Fix cache

vlOd2 d69344f2 ceecfc7a

+2 -2
+2 -2
src/utils/translation/index.ts
··· 117 117 return false; 118 118 } 119 119 120 - content.text = result; 121 120 this.contentCache.set(content.text, result); 121 + content.text = result; 122 122 return true; 123 123 } 124 124 ··· 140 140 } 141 141 142 142 for (let i = 0; i < batch.length; i += 1) { 143 - batch[i].text = result[i]; 144 143 this.contentCache.set(batch[i].text, result[i]); 144 + batch[i].text = result[i]; 145 145 } 146 146 147 147 return true;