]> git.mxchange.org Git - fba.git/commit
Continued:
authorRoland Häder <roland@mxchange.org>
Thu, 30 Nov 2023 03:03:02 +0000 (04:03 +0100)
committerRoland Häder <roland@mxchange.org>
Thu, 30 Nov 2023 03:03:02 +0000 (04:03 +0100)
commit213d26eb30a0b472ce4b0cfaf95a2e96e6cbc28e
treec932a12eabdc8184bf6836ce29c473586dabaa30
parent2403b1d3ef9991545bb21d15c32376adda86d419
Continued:
- `foo is None or foo == ""` can be simplified to `foo in [None, ""]`
- added more blacklist check
- improved/added some debug messages
fba/commands.py
fba/helpers/processing.py
fba/http/federation.py
fba/http/network.py
fba/networks/friendica.py
fba/networks/lemmy.py
fba/networks/mastodon.py
fba/networks/misskey.py
fba/networks/pleroma.py