]> git.mxchange.org Git - friendica.git/commit
Relax comparison with pconfig system.accept_only_sharer value
authorHypolite Petovan <hypolite@mrpetovan.com>
Fri, 18 Feb 2022 14:32:30 +0000 (09:32 -0500)
committerHypolite Petovan <hypolite@mrpetovan.com>
Fri, 18 Feb 2022 14:32:30 +0000 (09:32 -0500)
commitc376081d0d00218ea494991de1d4a05c3b4c1567
treed3a9f85e23a0cc9704f8d6b0ae37e2701dd8ba56
parent785ea0325ec8cec2520794a96c800e29e7793d6e
Relax comparison with pconfig system.accept_only_sharer value

- DI::pConfig()->get returns a string value, not an integer
- Removed superfluous default values now that we aren't doing strict type checking
src/Model/Item.php
src/Protocol/ActivityPub/Processor.php
src/Protocol/OStatus.php