robertoszek / pleroma-bot

Bot for mirroring one or multiple Twitter accounts in Pleroma/Mastodon/Misskey.
https://robertoszek.github.io/pleroma-bot
MIT License
104 stars 18 forks source link

Handle undefined display_name and cw fields #133

Closed nemobis closed 1 year ago

nemobis commented 1 year ago

Can happen with RSS input.

Addresses issue #126

nemobis commented 1 year ago

Not the most elegant/proper solution but solves the proximate error.

nemobis commented 1 year ago

I forgot the PR needs to be against the develop branch, will fix later.

nemobis commented 1 year ago

Redundant with https://github.com/robertoszek/pleroma-bot/pull/128 . The display_name is already fixed in develop/rc version.