selfhostable, read-only reddit client
16
fork

Configure Feed

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

minor

Akshay f282ba07 57b74772

+1 -1
+1 -1
src/geddit.js
··· 70 70 after: data.after, 71 71 posts: data.children, 72 72 })) 73 - .catch((err) => null); 73 + .catch((_) => null); 74 74 } 75 75 76 76 async getDomainNew(domain, options = this.parameters) {