mdom / txtnish

A twtxt client with minimal dependencies
GNU General Public License v3.0
106 stars 7 forks source link

incorrect import of twtxt config's disclose_identity #19

Closed Jan69 closed 3 years ago

Jan69 commented 3 years ago

it imports it as "False" instead of "0" which then causes further parsing to break when checking the value of that field should be trivial fix to just sed 's/[fF]alse/0/;s/[tTrue]/1/'

mdom commented 3 years ago

Yeah, that's probably a bug, but to be honest i'm a bit reluctant to change anything in the code. I haven't used txtnish in almost a year and don't participate in anything twtxt related. I think it's probably the right time to archive this project for good. Sorry. Maybe you could fix that in a fork? Cheers, Mario